Skip to content

Commit

Permalink
Include pytest in requirements to ensure tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Aug 9, 2022
1 parent ffbcbca commit 42fe802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install wheel setuptools
python -m pip install numpy lxml h5py
python -m pip install numpy lxml h5py "pytest<6"
### Actual building/testing of sasdata

Expand Down

0 comments on commit 42fe802

Please sign in to comment.