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 4054b54 commit 8a30b9eCopy full SHA for 8a30b9e
bindings/python/justfile
@@ -23,12 +23,10 @@ install:
23
uv run pre-commit install
24
25
test *args:
26
- uv sync --no-dev --extra test --extra test-polars --extra test-pandas || uv sync --extra test
27
- uv run pytest {{args}}
+ uv run --no-dev --extra test --extra test-polars --extra test-pandas pytest {{args}}
28
29
test-no-optional *args:
30
- uv sync --no-dev --extra test
31
+ uv run --no-dev --extra test pytest {{args}}
32
33
lint:
34
uv sync --no-install-project --dev --frozen
0 commit comments