Fix CI/CD workflow configuration
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-03-22 16:13:18 +00:00
parent 1eb9b0e7f9
commit 88725652e4

View File

@@ -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