Skip to content

Commit

Permalink
fix healpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Dec 10, 2020
1 parent 442bd0d commit ce1a4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
python -m pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; pip install .; fi
pip install -U "astropy${{ matrix.astropy-version }}"
if [ "${{ matrix.astropy-version }}" = "<3.0" ]; pip install -U "healpy<1.13"; fi
- name: Run the test
run: |
pytest
Expand Down

0 comments on commit ce1a4f9

Please sign in to comment.