There was an error while loading. Please reload this page.
1 parent b836589 commit 34c400cCopy full SHA for 34c400c
1 file changed
.github/workflows/python-package.yml
@@ -24,12 +24,11 @@ jobs:
24
- name: Install GreynirEngine
25
run: |
26
python -m pip install uv
27
- uv pip install --system pip wheel setuptools pytest
+ uv pip install --system wheel setuptools pytest ruff
28
uv pip install --system -e .
29
- name: Lint with ruff
30
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
+ ruff check src/reynir
33
- name: Test with pytest
34
35
python -m pytest
0 commit comments