Skip to content

Commit 8a30b9e

Browse files
committed
simplify justfile
1 parent 4054b54 commit 8a30b9e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bindings/python/justfile

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

2525
test *args:
26-
uv sync --no-dev --extra test --extra test-polars --extra test-pandas || uv sync --extra test
27-
uv run pytest {{args}}
26+
uv run --no-dev --extra test --extra test-polars --extra test-pandas pytest {{args}}
2827

2928
test-no-optional *args:
30-
uv sync --no-dev --extra test
31-
uv run pytest {{args}}
29+
uv run --no-dev --extra test pytest {{args}}
3230

3331
lint:
3432
uv sync --no-install-project --dev --frozen

0 commit comments

Comments
 (0)