We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4c023 commit ae83208Copy full SHA for ae83208
.github/workflows/ci.yml
@@ -32,6 +32,6 @@ jobs:
32
- run: pipenv install --dev --deploy
33
34
- name: Test with pytest
35
- run: pytest
+ run: pipenv run pytest
36
env:
37
API_KEY: ${{secrets.API_KEY}}
0 commit comments