Skip to content

Commit

Permalink
grab Josh's commit to use newer healpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 authored and jchiang87 committed Jul 16, 2024
1 parent 50614dd commit 004428e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,19 @@ jobs:
pip install --no-build-isolation --no-deps -e .
cd ..
- name: Install imSim
run:
pip install .

- name: Install test deps
run: |
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

0 comments on commit 004428e

Please sign in to comment.