Skip to content

Commit 2d0cc12

Browse files
committed
Fixed CI config
1 parent 05a0957 commit 2d0cc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Lint with ruff
2626
run: |
27+
python -m pip install --system uv
2728
uv pip install --system ruff
2829
ruff check src/icegrams
2930
- name: Install dependencies
3031
run: |
31-
python -m pip install uv
3232
uv pip install --system --upgrade wheel setuptools pytest packaging
3333
uv pip install --system -e .
3434
- name: Test with pytest

0 commit comments

Comments
 (0)