We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d0986 commit d1c5a59Copy full SHA for d1c5a59
bindings/python/justfile
@@ -23,11 +23,11 @@ install:
23
uv run pre-commit install
24
25
test *args:
26
- uv sync --extra test --extra test-polars --extra test-pandas || uv sync --extra test
+ uv sync --no-install-project --dev --extra test --extra test-polars --extra test-pandas || uv sync --extra test
27
uv run pytest {{args}}
28
29
test-no-optional *args:
30
- uv sync --extra test
+ uv sync --no-install-project --dev --extra test
31
32
33
lint:
0 commit comments