Skip to content

Commit

Permalink
Run pytest under pipenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Mar 24, 2021
1 parent dabfe48 commit 1d8fcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
pipenv install --dev
- name: Test with pytest
run: |
pytest
pipenv run pytest

0 comments on commit 1d8fcfb

Please sign in to comment.