Skip to content

Commit d0346d5

Browse files
committed
CI tweaks
1 parent b836589 commit d0346d5

2 files changed

Lines changed: 3 additions & 4 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ include-package-data = true
6060
where = ["src"]
6161

6262
[tool.setuptools.package-data]
63-
islenska = ["py.typed"]
63+
reynir = ["py.typed"]
6464

6565
[tool.ruff]
6666
line-length = 88

0 commit comments

Comments
 (0)