Skip to content

Commit

Permalink
Run in virtual environment.
Browse files Browse the repository at this point in the history
Previously, pytest was being executed outside of the python 3.8
environment installed above.  This addresses that.
  • Loading branch information
markpbaggett committed Aug 8, 2020
1 parent c77f944 commit ee219c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
with:
command: install -d # Install all dependencies, including development ones
- name: Test Doctests with Pytest
run: pytest inquisitor/question.py --doctest-modules
uses: VaultVulp/[email protected]
with:
command: run pytest inquisitor/question.py --doctest-modules

0 comments on commit ee219c2

Please sign in to comment.