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 d92a8e2 commit 58a3a77Copy full SHA for 58a3a77
.github/workflows/package-test.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- python install pytest
+ pip install pytest
31
python setup.py install
32
33
- name: Run Tests
0 commit comments