Skip to content

Commit

Permalink
Added pytest to workflow requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
omeyenburg committed Jan 15, 2024
1 parent a657ec6 commit ab48759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install numpy
pip install pytest
- name: Run tests
run: pytest

0 comments on commit ab48759

Please sign in to comment.