1 parent 7435b87 commit ec83ef7Copy full SHA for ec83ef7
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
pip install -r requirements.txt
23
- pip install -e .
+ pip install -e ".[dev]"
24
25
- name: Run tests
26
run: pytest
0 commit comments