fix: install ruff and mypy in CI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user