Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TMP: Test spacetelescope/synphot_refactor#384 #192

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 19 additions & 18 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,33 +72,34 @@ jobs:
python: 3.9
toxenv: py39-test

- name: Coverage test with remote data
os: ubuntu-latest
python: '3.10'
toxenv: py310-test-alldeps-cov
toxposargs: --remote-data
#- name: Coverage test with remote data
# os: ubuntu-latest
# python: '3.10'
# toxenv: py310-test-alldeps-cov
# toxposargs: --remote-data

- name: Test with dev dependencies
os: ubuntu-latest
python: '3.12'
toxenv: py312-test-devdeps
toxposargs: --remote-data

- name: Test with old dependencies
os: ubuntu-20.04
python: 3.9
toxenv: py39-test-oldestdeps
#- name: Test with old dependencies
# os: ubuntu-20.04
# python: 3.9
# toxenv: py39-test-oldestdeps

- name: Test in OSX
os: macos-latest
python: '3.10'
toxenv: py310-test
#- name: Test in OSX
# os: macos-latest
# python: '3.10'
# toxenv: py310-test

# NOTE: If TRDS cannot take the hit, disable --remote-data
- name: Test in Windows with remote data
os: windows-latest
python: '3.11'
toxenv: py311-test
toxposargs: --remote-data
#- name: Test in Windows with remote data
# os: windows-latest
# python: '3.11'
# toxenv: py311-test
# toxposargs: --remote-data

steps:
- name: Checkout code
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ deps =
devdeps: scipy>=0.0.dev0
devdeps: pyerfa>=0.0.dev0
devdeps: astropy>=0.0.dev0
devdeps: git+https://github.com/spacetelescope/synphot_refactor.git@master#egg=synphot
#devdeps: git+https://github.com/spacetelescope/synphot_refactor.git@master#egg=synphot
devdeps: git+https://github.com/pllim/synphot_refactor.git@fits-io-table#egg=synphot

cov: pytest-cov

Expand Down