Skip to content

Commit

Permalink
Run tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 14, 2024
1 parent c177ff5 commit c09d4ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,13 @@ 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 == '3.11' || matrix.python-version == '3.10' || matrix.python-version == '3.9' || matrix.python-version == '3.8' || 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 == '3.12' && matrix.os == 'ubuntu-latest' }}
- name: Install astropy
if: ${{ matrix.REQUIRES_ASTROPY }}
run: pip install astropy pyerfa
Expand Down

0 comments on commit c09d4ae

Please sign in to comment.