File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15 .0
11+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16 .0
1212 with :
1313 upload_to_pypi : ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
1414 secrets :
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ concurrency:
1919
2020jobs :
2121 check :
22- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15 .0
22+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16 .0
2323 with :
2424 envs : |
2525 - linux: check-style
2626 test :
27- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15 .0
27+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16 .0
2828 with :
2929 envs : |
3030 - linux: py310-oldestdeps
Original file line number Diff line number Diff line change 3737 uses : spacetelescope/crds/.github/workflows/contexts.yml@master
3838
3939 jwst :
40- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15 .0
40+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16 .0
4141 needs : [ environment, crds_contexts ]
4242 with :
4343 setenv : |
5151 - linux: py311-test-jwst-cov-xdist
5252
5353 romancal :
54- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15 .0
54+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16 .0
5555 needs : [ environment, crds_contexts ]
5656 with :
5757 setenv : |
7272
7373 romanisim :
7474 needs : [ romanisim_data ]
75- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15 .0
75+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16 .0
7676 with :
7777 libraries : |
7878 brew:
8888 - linux: py311-test-romanisim-cov-xdist
8989
9090 astropy :
91- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15 .0
91+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16 .0
9292 if : (github.repository == 'spacetelescope/gwcs' && (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Downstream CI')))
9393 with :
9494 submodules : false
9898 - linux: specutils
9999
100100 third-party :
101- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15 .0
101+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16 .0
102102 if : (github.repository == 'spacetelescope/gwcs' && (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Downstream CI')))
103103 with :
104104 submodules : false
You can’t perform that action at this time.
0 commit comments