Skip to content

Commit e7efcf4

Browse files
Bump OpenAstronomy/github-actions-workflows from 1 to 2
Bumps [OpenAstronomy/github-actions-workflows](https://github.com/openastronomy/github-actions-workflows) from 1 to 2. - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](OpenAstronomy/github-actions-workflows@v1...v2) --- updated-dependencies: - dependency-name: OpenAstronomy/github-actions-workflows dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eec9185 commit e7efcf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121

2222
jobs:
2323
test:
24-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
24+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
2525
with:
2626
libraries: |
2727
apt:
@@ -54,7 +54,7 @@ jobs:
5454
publish:
5555
if: github.event_name != 'pull_request'
5656
needs: [test]
57-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
57+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
5858
with:
5959
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests
6060
secrets:

0 commit comments

Comments
 (0)