Skip to content

Commit

Permalink
Test with dev pynbody
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 13, 2024
1 parent c6f2056 commit 651e41d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,17 @@ jobs:
run: |
pip install --upgrade --upgrade-strategy eager numpy scipy matplotlib numexpr setuptools cython pytest tqdm
- name: Install pynbody
if: ${{ matrix.REQUIRES_PYNBODY }}
if: ${{ matrix.REQUIRES_PYNBODY && matrix.python-version == env.PYTHON_COVREPORTS_VERSION && matrix.os == 'ubuntu-latest' }}
run: |
pip install --upgrade --upgrade-strategy eager h5py pandas pytz
pip install --upgrade --upgrade-strategy eager wheel
pip install --upgrade --upgrade-strategy eager pynbody
- name: Install pynbody
if: ${{ matrix.REQUIRES_PYNBODY && ( matrix.python-version != env.PYTHON_COVREPORTS_VERSION || matrix.os != 'ubuntu-latest' ) }}
run: |
pip install --upgrade --upgrade-strategy eager h5py pandas pytz
pip install --upgrade --upgrade-strategy eager wheel
pip install --upgrade --upgrade-strategy eager git+https://github.com/pynbody/pynbody
- name: Install astropy
if: ${{ matrix.REQUIRES_ASTROPY }}
run: pip install astropy pyerfa
Expand Down

0 comments on commit 651e41d

Please sign in to comment.