Skip to content

Commit

Permalink
Try adding PIL as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtclarke committed Oct 31, 2024
1 parent a449f90 commit 8e97a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Run pytest
shell: bash -l {0}
run: |
conda install pytest h5py
conda install pytest h5py pillow
pip install --no-deps .
pytest -m "not orientation" tests

0 comments on commit 8e97a3a

Please sign in to comment.