Skip to content

Commit

Permalink
install pytest and other dependencies on test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccandless committed Nov 30, 2020
1 parent c84d006 commit e060b74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
with:
python-version: 3.8

- run: pip install -r requirements.txt

- run: pytest -v

0 comments on commit e060b74

Please sign in to comment.