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 8c02ef7 commit a0e9702Copy full SHA for a0e9702
.github/workflows/pytest.yml
@@ -26,4 +26,6 @@ jobs:
26
echo -en '${{ secrets.KEYS_INI }}' >> keys.ini
27
28
- name: Test with pytest
29
- run: python -m pytest
+ run: |
30
+ pip install pytest
31
+ python -m pytest
0 commit comments