We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2328eb1 commit 9172f3cCopy full SHA for 9172f3c
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 -r requirements.txt
+ python3 -m pip install .
28
- name: Run test suite
29
30
python3 -m pytest
0 commit comments