Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
add gcc as well
  • Loading branch information
sroet authored Jun 17, 2024
1 parent 9864d53 commit 6990ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: |
conda install -y -c conda-forge python=3 cupy cuda-version=11.8
conda install -y -c conda-forge gcc #needed until healpix releases numpy 2 version
python -m pip install coverage
- name: Install base dev code and list dependencies
run: |
Expand Down

0 comments on commit 6990ed1

Please sign in to comment.