Upload .github/workflows/ci.yml
Browse files- .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml
CHANGED
|
@@ -16,6 +16,6 @@ jobs:
|
|
| 16 |
python-version: "3.12"
|
| 17 |
- name: Install dependencies
|
| 18 |
run: |
|
| 19 |
-
pip install -e ".[
|
| 20 |
- name: Run tests
|
| 21 |
run: pytest tests/ -v --tb=short
|
|
|
|
| 16 |
python-version: "3.12"
|
| 17 |
- name: Install dependencies
|
| 18 |
run: |
|
| 19 |
+
pip install -e ".[dev]"
|
| 20 |
- name: Run tests
|
| 21 |
run: pytest tests/ -v --tb=short
|