Skip to content

Commit

Permalink
Merge pull request #62 from pllim/fix-devdeps
Browse files Browse the repository at this point in the history
TST: Fix devdeps failure
  • Loading branch information
pllim authored Nov 21, 2023
2 parents 56437f4 + 8da3e7a commit 03caabd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
python -m pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy>=0.0.dev0 --pre --upgrade
python -m pip install --extra-index-url https://pypi.anaconda.org/liberfa/simple pyerfa>=0.0.dev0 --pre --upgrade
python -m pip install --extra-index-url https://pypi.anaconda.org/astropy/simple astropy>=0.0.dev0 --pre --upgrade
python -m pip install -e .[test]
- name: Test with dev deps
Expand Down

0 comments on commit 03caabd

Please sign in to comment.