Skip to content

Commit

Permalink
Try forcing a newer healpy via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Jul 16, 2024
1 parent 9b5edd7 commit e5e8736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
conda install -y pytest pytest-xdist
pip install pytest-durations
- name: Try newer healpy
run: |
pip install healpy>=1.17.3 --upgrade
- name: Cache data
id: cache-data
uses: actions/cache@v4
Expand Down
1 change: 0 additions & 1 deletion etc/standalone_conda_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ batoid-rubin
sncosmo
palpy
rubin-sim
healpy>=1.17.3

0 comments on commit e5e8736

Please sign in to comment.