We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d7c20 commit 2d2de21Copy full SHA for 2d2de21
1 file changed
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- python -m pip install . pytest pytest-cov
+ python -m pip install --editable .[test]
24
- name: Run tests
25
26
pytest
0 commit comments