We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25282d commit 3d3e583Copy full SHA for 3d3e583
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
source .venv/bin/activate
24
python -m pip install pytest
25
- pip install --verbose .
+ python -m pip install --verbose .
26
27
- name: Test
28
run: python -m pytest
0 commit comments