We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57a62b commit 16809aaCopy full SHA for 16809aa
.github/workflows/pytest.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Install development version
35
run: |
36
- pip install -e .
+ pip install -e '.[dev]'
37
38
- name: Install extra test dependencies
39
0 commit comments