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