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
|
||||
@@ -48,4 +45,4 @@ jobs:
|
||||
run: python -c "import memory_manager; print(memory_manager.__version__)"
|
||||
|
||||
- name: Verify CLI
|
||||
run: memory --version
|
||||
run: memory --version
|
||||
|
||||
Reference in New Issue
Block a user