Fix CI/CD workflow configuration
This commit is contained in:
@@ -22,10 +22,7 @@ jobs:
|
|||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
|
|
||||||
- name: Run linting
|
- name: Run linting
|
||||||
run: ruff check src/memory_manager/
|
run: ruff check src/
|
||||||
|
|
||||||
- name: Run type checking
|
|
||||||
run: mypy src/memory_manager/
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest tests/ -v
|
run: pytest tests/ -v
|
||||||
|
|||||||
Reference in New Issue
Block a user