Skip to content

Commit d1c5a59

Browse files
committed
fix usage on windows
1 parent 74d0986 commit d1c5a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/python/justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ install:
2323
uv run pre-commit install
2424

2525
test *args:
26-
uv sync --extra test --extra test-polars --extra test-pandas || uv sync --extra test
26+
uv sync --no-install-project --dev --extra test --extra test-polars --extra test-pandas || uv sync --extra test
2727
uv run pytest {{args}}
2828

2929
test-no-optional *args:
30-
uv sync --extra test
30+
uv sync --no-install-project --dev --extra test
3131
uv run pytest {{args}}
3232

3333
lint:

0 commit comments

Comments
 (0)