Skip to content

Commit

Permalink
use astropy wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Sep 22, 2023
1 parent 436a5f1 commit 6404c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install and build
run: |
python -m pip install --upgrade pip setuptools
python -m pip install git+https://github.com/astropy/astropy.git@main#egg=astropy
python -m pip install --extra-index-url https://pypi.anaconda.org/astropy/simple astropy>=0.0.dev0 --upgrade
python -m pip install -e .[test]
- name: Test with dev deps
run: pytest
Expand Down

0 comments on commit 6404c53

Please sign in to comment.