Skip to content

Commit ec83ef7

Browse files
committed
Fix CI by installing dev dependencies for pytest
1 parent 7435b87 commit ec83ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -r requirements.txt
23-
pip install -e .
23+
pip install -e ".[dev]"
2424
2525
- name: Run tests
2626
run: pytest

0 commit comments

Comments
 (0)