Skip to content

Commit

Permalink
Install my version of pynbody
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 8, 2023
1 parent 24a9420 commit ac258c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
#pip install --upgrade --upgrade-strategy eager -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
#pip install --upgrade --upgrade-strategy eager h5py
#pip install --upgrade --upgrade-strategy eager wheel
pip install --upgrade --upgrade-strategy eager --no-deps --pre pynbody
pip install --upgrade --upgrade-strategy eager --no-deps --pre git+https://github.com/jobovy/pynbody.git@numpy-include
- name: Install pynbody
if: ${{ matrix.REQUIRES_PYNBODY && matrix.python-version != '3.12' }}
run: |
Expand Down

0 comments on commit ac258c8

Please sign in to comment.