Skip to content

Commit 34c400c

Browse files
committed
CI tweaks
1 parent b836589 commit 34c400c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ jobs:
2424
- name: Install GreynirEngine
2525
run: |
2626
python -m pip install uv
27-
uv pip install --system pip wheel setuptools pytest
27+
uv pip install --system wheel setuptools pytest ruff
2828
uv pip install --system -e .
2929
- name: Lint with ruff
3030
run: |
31-
if [ "${{ matrix.python-version }}" == "3.9" ]; then uv pip install --system ruff; fi
32-
if [ "${{ matrix.python-version }}" == "3.9" ]; then ruff check src/reynir; fi
31+
ruff check src/reynir
3332
- name: Test with pytest
3433
run: |
3534
python -m pytest

0 commit comments

Comments
 (0)