Skip to content

Commit

Permalink
Try universal wheel and no build isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 11, 2023
1 parent a5b6845 commit 4cc0380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ jobs:
run: |
pip install --upgrade --upgrade-strategy eager --pre pytz tzdata
pip install --upgrade --upgrade-strategy eager --no-deps -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
brew install hdf5
brew install hdf5 --universal
export HDF5_DIR=$(brew --prefix hdf5)
pip install --upgrade --upgrade-strategy eager --pre --no-binary=h5py git+https://github.com/h5py/h5py.git
pip install --upgrade --upgrade-strategy eager --pre --no-deps --no-build-isolation --no-binary=h5py git+https://github.com/h5py/h5py.git
pip install --upgrade --upgrade-strategy eager wheel
pip install --upgrade --upgrade-strategy eager --no-deps --pre git+https://github.com/pynbody/pynbody.git
- name: Install pynbody
Expand Down

0 comments on commit 4cc0380

Please sign in to comment.