We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdfa3a commit 2d0079dCopy full SHA for 2d0079d
1 file changed
.github/workflows/on-pull-request.yml
@@ -18,11 +18,11 @@ jobs:
18
source .venv/bin/activate
19
maturin develop
20
python -c "import dantzig as dz"
21
- - run: black python/dantzig tests --check
22
- - run: isort python/dantzig tests --check
23
- - run: ruff check python/dantzig tests
24
- - run: mypy
25
- - run: pytest
+ - run: uv run black python/dantzig tests --check
+ - run: uv run isort python/dantzig tests --check
+ - run: uv run ruff check python/dantzig tests
+ - run: uv run mypy
+ - run: uv run pytest
26
rust-checks:
27
runs-on: ubuntu-latest
28
steps:
0 commit comments