Skip to content

Commit

Permalink
Update .github/workflows/python_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco authored Dec 12, 2024
1 parent 52492d3 commit 5c18a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Check Python
run: |
uv pip install ruff==0.5.2 mypy==1.10.1 types-dataclasses typing-extensions
uv pip install ruff==0.5.2 mypy==1.10.1 types-dataclasses typing-extensions --system
make check-python
- name: Check Rust
Expand Down

0 comments on commit 5c18a5a

Please sign in to comment.