Fix CI: install ruff and mypy before running checks
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-03-22 21:17:46 +00:00
parent 71bcd1850e
commit bef3c2ab4a

View File

@@ -20,6 +20,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install -e ".[dev]" pip install -e ".[dev]"
pip install ruff mypy
- name: Run linting - name: Run linting
run: ruff check src/ run: ruff check src/
@@ -53,4 +54,4 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: dist name: dist
path: dist/* path: dist/