From 0dd6827f319e30595eeabafa3c95ebe9a9a3fbdc Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 13 Feb 2026 06:52:51 -0800 Subject: [PATCH] uv directory fix --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 40ba925..458a599 100644 --- a/Makefile +++ b/Makefile @@ -181,10 +181,10 @@ publish-release: # -k test_vec0_update test-loadable: loadable - uv run pytest -vv -s -x tests/test-*.py + uv run --project tests pytest -vv -s -x . tests/test-*.py test-loadable-snapshot-update: loadable - uv run pytest -vv tests/test-loadable.py --snapshot-update + uv run --project tests pytest -vv tests/test-loadable.py --snapshot-update test-loadable-watch: watchexec --exts c,py,Makefile --clear -- make test-loadable