Skip to content

Commit 348b6cd

Browse files
committed
Improve checks
1 parent e00d8c6 commit 348b6cd

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ check:
3636
test $? = 0
3737

3838
echo
39-
( set -x; uv run make -C docs doctest )
39+
( set -x; rm -rf docs/build docs/source/_autosummary; uv run make -C docs doctest )
4040
test $? = 0
4141

4242
test $error = 0

uv.lock

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)