Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Jun 17, 2024
1 parent 6990ed1 commit bd1700f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
uses: actions/checkout@v4
- 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
conda install -y -c conda-forge python=3 cupy cuda-version=11.8 gcc #gcc only needed until healpix releases under numpy>2
python -m pip install coverage
- name: Install base dev code and list dependencies
run: |
Expand Down

0 comments on commit bd1700f

Please sign in to comment.