Skip to content

Commit 146a188

Browse files
REMOVE BEFORE MERGE
1 parent 1894868 commit 146a188

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
outputs:
5050
context: ${{ steps.context.outputs.context }}
5151
test:
52-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
52+
uses: zacharyburnett/github-actions-workflows/.github/workflows/tox.yml@supported_pythons
5353
needs: [ crds_context ]
5454
with:
5555
setenv: |

.github/workflows/tests_extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
context: ${{ steps.context.outputs.context }}
4646
test:
4747
if: (github.repository == 'spacetelescope/jwst' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run extra tests')))
48-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
48+
uses: zacharyburnett/github-actions-workflows/.github/workflows/tox.yml@supported_pythons
4949
needs: [ crds_context ]
5050
with:
5151
setenv: |

0 commit comments

Comments
 (0)