Skip to content

Commit

Permalink
Fix pytest action by adding package install
Browse files Browse the repository at this point in the history
  • Loading branch information
fsschneider committed Jan 24, 2022
1 parent 2ff3ac2 commit 91170cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
pip install .
- name: Run pytest
run: |
pytest -vx .

0 comments on commit 91170cc

Please sign in to comment.