This commit is contained in:
@@ -14,11 +14,6 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e ".[dev]"
|
||||
- name: Run tests
|
||||
run: pytest tests/ -v
|
||||
- name: Check coverage
|
||||
run: pytest tests/ --cov=src --cov-report=term-missing
|
||||
- run: pip install -e ".[dev]"
|
||||
- run: pytest tests/ -v
|
||||
- run: ruff check .
|
||||
|
||||
Reference in New Issue
Block a user