fix: restore proper CI workflow
Some checks failed
CI / test (push) Failing after 11s

This commit is contained in:
2026-01-31 01:58:06 +00:00
parent 95df54e0e2
commit c3ffbdbf7b

View File

@@ -23,13 +23,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -e ".[dev]"
- name: Show Python version
run: python --version
- name: Run tests
run: pytest tests/ -v --tb=short
- name: List installed packages
run: pip list
- name: Run tests with verbose output
run: pytest tests/ -v --tb=long 2>&1 || true
- name: Check code formatting
run: ruff check env_pro/