Skip to content

Commit

Permalink
Remove specific gcc version for installing pynbody
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed May 30, 2024
1 parent 1745307 commit 662fc2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,6 @@ jobs:
pip install --upgrade --upgrade-strategy eager numpy scipy matplotlib numexpr setuptools cython pytest tqdm
- name: Install pynbody
if: ${{ matrix.REQUIRES_PYNBODY }}
env:
CC: gcc-11
CXX: g++-11
run: |
pip install --upgrade --upgrade-strategy eager h5py pandas pytz
pip install --upgrade --upgrade-strategy eager wheel
Expand Down

0 comments on commit 662fc2d

Please sign in to comment.