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.
1 parent 7d8a851 commit de08dfeCopy full SHA for de08dfe
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
contains(github.event.pull_request.labels.*.name, 'Run publish')
67
)
68
needs: [test]
69
- uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
+ uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
70
with:
71
test_extras: 'all,tests'
72
test_command: 'HELIOVIEWER_API_URL=https://api.beta.helioviewer.org/v2/ pytest -p no:warnings --doctest-rst --pyargs hvpy'
0 commit comments