Skip to content

Commit e25253b

Browse files
author
Nabil Freij
authored
use beta url for release tests
1 parent dc178da commit e25253b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
5858
with:
5959
test_extras: 'all,tests'
60-
test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs hvpy'
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'
6161
submodules: false
6262
secrets:
6363
pypi_token: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)