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 e25253b commit ccc80c3Copy full SHA for ccc80c3
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
58
with:
59
test_extras: 'all,tests'
60
- test_command: 'HELIOVIEWER_API_URL = https://api.beta.helioviewer.org/v2/ pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs hvpy'
+ test_command: 'HELIOVIEWER_API_URL=https://api.beta.helioviewer.org/v2/ pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs hvpy'
61
submodules: false
62
secrets:
63
pypi_token: ${{ secrets.pypi_token }}
0 commit comments