CI: install without dev dependencies first
This commit is contained in:
@@ -18,7 +18,9 @@ jobs:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -e ".[dev]"
|
||||
run: |
|
||||
pip install -e .
|
||||
pip install pytest
|
||||
|
||||
- name: Run tests
|
||||
run: pytest tests/unit/test_generators.py -v
|
||||
|
||||
Reference in New Issue
Block a user