Skip to content

Commit

Permalink
trying adding numpy to pep517 statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgwen committed Aug 15, 2024
1 parent 401a284 commit 76d780f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Install python-javabridge
shell: bash -l {0}
# run: pip install --use-pep517 python-javabridge==4.0.3
run: pip install python-javabridge==4.0.3
run: pip install --use-pep517 numpy==1.23.5 python-javabridge==4.0.3
# run: pip install python-javabridge==4.0.3

- name: Install python-bioformats
shell: bash -l {0}
Expand Down

0 comments on commit 76d780f

Please sign in to comment.