Skip to content

Commit

Permalink
Install posix_ipc for pynbody
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 13, 2024
1 parent 897a6d6 commit 5459a5b
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 @@ -261,7 +261,7 @@ jobs:
- name: Install pynbody (3.13; ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' && matrix.REQUIRES_PYNBODY && matrix.python-version == '3.13.0-rc.2' }}
run: |
pip install --upgrade --upgrade-strategy eager --pre pytz tzdata
pip install --upgrade --upgrade-strategy eager --pre pytz tzdata posix_ipc
pip install --upgrade --upgrade-strategy eager --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pandas==3.0.0.dev0+1451.g352289b3b6"
sudo apt-get install libhdf5-dev
pip install --upgrade --upgrade-strategy eager --pre --no-binary=h5py git+https://github.com/h5py/h5py.git
Expand All @@ -270,7 +270,7 @@ jobs:
- name: Install pynbody (3.13; macos)
if: ${{ matrix.os == 'macos-12' && matrix.REQUIRES_PYNBODY && matrix.python-version == '3.13.0-rc.2' }}
run: |
pip install --upgrade --upgrade-strategy eager --pre pytz tzdata
pip install --upgrade --upgrade-strategy eager --pre pytz tzdata posix_ipc
pip install --upgrade --upgrade-strategy eager --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pandas==3.0.0.dev0+1451.g352289b3b6"
brew install hdf5
export HDF5_DIR=$(brew --prefix hdf5)
Expand Down

0 comments on commit 5459a5b

Please sign in to comment.