File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ include-package-data = true
6060where = [" src" ]
6161
6262[tool .setuptools .package-data ]
63- islenska = [" py.typed" ]
63+ reynir = [" py.typed" ]
6464
6565[tool .ruff ]
6666line-length = 88
You can’t perform that action at this time.
0 commit comments