We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abb0177 + e7efcf4 commit 3047ccaCopy full SHA for 3047cca
.github/workflows/test_and_publish.yml
@@ -21,7 +21,7 @@ concurrency:
21
22
jobs:
23
test:
24
- uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
+ uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
25
with:
26
libraries: |
27
apt:
@@ -54,7 +54,7 @@ jobs:
54
publish:
55
if: github.event_name != 'pull_request'
56
needs: [test]
57
- uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
+ uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
58
59
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests
60
secrets:
0 commit comments