fix: install ruff and mypy in CI
This commit is contained in:
@@ -21,6 +21,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e ".[dev]"
|
||||
pip install ruff mypy
|
||||
|
||||
- name: Run tests
|
||||
run: pytest confsync/tests/ -v --tb=short
|
||||
|
||||
Reference in New Issue
Block a user