We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0d223 commit a3a37adCopy full SHA for a3a37ad
1 file changed
.github/workflows/ci.yml
@@ -24,9 +24,8 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- python -m pip install flake8 pytest
28
- # if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29
- pip install .
+ python -m pip install uv flake8 pytest
+ uv sync
30
- name: Lint with flake8
31
32
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics
0 commit comments