We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9172f3c commit 3020063Copy full SHA for 3020063
1 file changed
.github/workflows/run_tests.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Install requirements
26
run: |
27
- python3 -m pip install .
+ python3 -m pip install .[dev]
28
- name: Run test suite
29
30
python3 -m pytest
0 commit comments