We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca00701 commit e10fa43Copy full SHA for e10fa43
.github/workflows/Tests.yml
@@ -23,4 +23,4 @@ jobs:
23
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
24
- name: Test with pytest
25
run: |
26
- pytest
+ pipenv run pytest
0 commit comments