Skip to content

Commit 0dd6827

Browse files
committed
uv directory fix
1 parent 1cbe22c commit 0dd6827

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ publish-release:
181181

182182
# -k test_vec0_update
183183
test-loadable: loadable
184-
uv run pytest -vv -s -x tests/test-*.py
184+
uv run --project tests pytest -vv -s -x . tests/test-*.py
185185

186186
test-loadable-snapshot-update: loadable
187-
uv run pytest -vv tests/test-loadable.py --snapshot-update
187+
uv run --project tests pytest -vv tests/test-loadable.py --snapshot-update
188188

189189
test-loadable-watch:
190190
watchexec --exts c,py,Makefile --clear -- make test-loadable

0 commit comments

Comments
 (0)