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 73f48e9 commit 652f3d8Copy full SHA for 652f3d8
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install dependencies
33
run: |
34
python3 -m pip install --upgrade pip
35
- python3 -m pip install pytest
+ python3 -m pip install "." pytest
36
37
- name: Test with pytest
38
0 commit comments