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