Skip to content

Commit a3a37ad

Browse files
committed
Update ci
1 parent bd0d223 commit a3a37ad

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
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 .
27+
python -m pip install uv flake8 pytest
28+
uv sync
3029
- name: Lint with flake8
3130
run: |
3231
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics

0 commit comments

Comments
 (0)