We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0c8e5 commit 772df8eCopy full SHA for 772df8e
.github/workflows/py.yml
@@ -33,4 +33,5 @@ jobs:
33
- name: Test and check Python
34
run: |
35
source python-venv/bin/activate
36
+ python3 -m pip install .
37
pytest
0 commit comments