Skip to content

Commit 16809aa

Browse files
committed
Installing development modification
1 parent a57a62b commit 16809aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Install development version
3535
run: |
36-
pip install -e .
36+
pip install -e '.[dev]'
3737
3838
- name: Install extra test dependencies
3939
run: |

0 commit comments

Comments
 (0)