Skip to content

Commit

Permalink
Fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 14, 2024
1 parent c09d4ae commit 497214f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ jobs:
pip install --upgrade --upgrade-strategy eager pynbody
- name: Install pynbody
if: ${{ matrix.REQUIRES_PYNBODY && matrix.python-version == '3.12' && 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 497214f

Please sign in to comment.