Skip to content

Commit

Permalink
Merge pull request #29 from astrofrog/fix-ci
Browse files Browse the repository at this point in the history
Fix continuous integration
  • Loading branch information
pllim authored Sep 10, 2024
2 parents 6ad7b72 + f31ba2b commit 818226c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
envs: |
- linux: py310-test
- macos: py311-test
- windows: py312-test
- windows: py312-test-astropydev
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ isolated_build = true

[testenv]
changedir = .tmp/{envname}
setenv =
astropydev: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/liberfa/simple https://pypi.anaconda.org/astropy/simple
deps =
git+https://github.com/astropy/astropy
!astropydev: astropy
astropydev: astropy>=0.0.dev0
extras =
test

Expand Down

0 comments on commit 818226c

Please sign in to comment.