fix: minimal CI - just run tests
Some checks failed
CI / test (push) Failing after 11s

This commit is contained in:
2026-01-31 01:54:27 +00:00
parent 7fcee69c0f
commit f187d09958

View File

@@ -19,15 +19,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
pip install pytest
pip install -e .
- name: Run tests
run: pytest tests/ -v --tb=short
- name: Check code formatting
run: ruff check env_pro/