We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf43c3f commit e32bc9bCopy full SHA for e32bc9b
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install -e .
+ pip install -e '.[dev]'
27
- name: Test with pytest
28
29
coverage run -m pytest -v && coverage xml
0 commit comments