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 0144607 commit 741a436Copy full SHA for 741a436
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: install dependencies
32
run: |
33
python -m pip install -r requirements.txt
34
+ python -m pip install .
35
python -m pip install pytest
36
- name: run tests
37
0 commit comments