Skip to content

Commit

Permalink
add crds to downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Oct 27, 2023
1 parent a3fa815 commit ade3027
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.10'
envs: |
- linux: crds
- linux: gwcs
- linux: jwst
- linux: stdatamodels
Expand Down
16 changes: 16 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ env_list =
coverage
py{39,310,311,312}{,-compatibility,-coverage,-jsonschema}{,-devdeps}{,-parallel}
asdf{-standard,-transform-schemas,-unit-schemas,-wcs-schemas,-coordinates-schemas,-astropy}
crds
gwcs
jwst
stdatamodels
Expand Down Expand Up @@ -158,6 +159,21 @@ commands_pre =
commands =
pytest specutils

[testenv:crds]
change_dir = {env_tmp_dir}
allowlist_externals =
git
bash
extras =
commands_pre =
bash -c "pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
git clone https://github.com/spacetelescope/crds.git
pip install -e crds[test]
pip install -r {env_tmp_dir}/requirements.txt
pip freeze
commands =
pytest crds

[testenv:gwcs]
change_dir = {env_tmp_dir}
allowlist_externals =
Expand Down

0 comments on commit ade3027

Please sign in to comment.