fix: minimal CI workflow
Some checks failed
CI / test (push) Failing after 5s

This commit is contained in:
2026-01-31 01:47:07 +00:00
parent f1fd17bec0
commit ee37608bfc

View File

@@ -26,10 +26,5 @@ jobs:
- name: Run tests - name: Run tests
run: pytest tests/ -v --tb=short run: pytest tests/ -v --tb=short
- name: Run type checks
run: |
pip install mypy
mypy env_pro/ --ignore-missing-imports || true
- name: Check code formatting - name: Check code formatting
run: ruff check env_pro/ run: ruff check env_pro/