Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Jun 16, 2024
1 parent bc30d30 commit 04b61e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "VIRTUAL_ENV=$GITHUB_WORKSPACE/.venv" >> $GITHUB_ENV
- name: Set up Maturin
run: |
uv pip install maturin
uv pip install pip maturin
maturin develop
- name: Run tests (Python)
run: python3 -m unittest discover python

0 comments on commit 04b61e6

Please sign in to comment.