fix: install ruff and mypy in CI
Some checks failed
CI / test (push) Failing after 6s
CI / build (push) Has been skipped

This commit is contained in:
2026-02-04 20:13:14 +00:00
parent 90daa46604
commit f377a52751

View File

@@ -21,6 +21,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -e ".[dev]" pip install -e ".[dev]"
pip install ruff mypy
- name: Run tests - name: Run tests
run: pytest confsync/tests/ -v --tb=short run: pytest confsync/tests/ -v --tb=short