Skip to content

Commit

Permalink
Merge pull request #142 from pllim/update-astropy-default-branch
Browse files Browse the repository at this point in the history
MNT: Update astropy default branch
  • Loading branch information
pllim committed Apr 8, 2021
2 parents 17b7ea3 + 664b719 commit 53f6fa9
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 @@ -46,7 +46,7 @@ jobs:
run: |
python -m pip install --upgrade pip wheel setuptools
python -m pip install numpy pytest-remotedata pytest-astropy-header pytest-cov codecov requests
python -m pip install git+https://github.com/astropy/astropy.git@master#egg=astropy
python -m pip install git+https://github.com/astropy/astropy.git@main#egg=astropy
python setup.py install
# NOTE: If TRDS cannot take the hit, disable --remote-data
- name: Test with coverage, dev astropy, and remote data
Expand Down

0 comments on commit 53f6fa9

Please sign in to comment.