Skip to content

Commit

Permalink
Further clean-up of build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Dec 22, 2023
1 parent 2e0c512 commit f3f2ba1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,6 @@ jobs:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('.github/workflows/build.yml') }}-${{ matrix.REQUIRES_PYNBODY }}-${{ matrix.REQUIRES_ASTROPY }}-${{ matrix.REQUIRES_ASTROQUERY }}-${{ matrix.REQUIRES_NUMBA }}-${{ matrix.REQUIRES_JAX }}
- name: Install Python dependencies
if: matrix.python-version != '3.12'
run: |
pip install --upgrade --upgrade-strategy eager numpy scipy matplotlib numexpr setuptools cython pytest tqdm
- name: Install Python dependencies (3.12)
if: matrix.python-version == '3.12'
run: |
pip install --upgrade --upgrade-strategy eager numpy scipy matplotlib numexpr setuptools cython pytest tqdm
- name: Install pynbody
Expand Down

0 comments on commit f3f2ba1

Please sign in to comment.