We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1cba2f + 0904b69 commit c417b8cCopy full SHA for c417b8c
.github/workflows/tests.yml
@@ -27,8 +27,9 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- python -m pip install flake8 pytest
31
- pip install -e .[all]
+ python -m pip install uv
+ uv pip install flake8 pytest --system
32
+ uv pip install -e .[all] --system
33
- name: Lint with flake8
34
35
# stop the build if there are Python syntax errors or undefined names
0 commit comments