File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 3131 test :
3232 needs : [core]
3333 uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
34+ with :
35+ submodules : false
36+ coverage : codecov
37+ toxdeps : tox-pypi-filter
38+ envs : |
39+ - linux: py38
40+ - macos: py310
41+ - windows: py39
42+ docs :
43+ needs : [test]
44+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
3445 with :
3546 submodules : false
3647 coverage : codecov
4051 - libopenjp2-7
4152 - graphviz
4253 envs : |
43- - linux: py38
44- - macos: py310
45- - windows: py39
4654 - linux: build_docs
4755 publish :
4856 # Build wheels when pushing to any branch except main
6169 uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
6270 with :
6371 test_extras : ' all,tests'
64- test_command : ' HELIOVIEWER_API_URL=https://api.beta.helioviewer.org/v2/ pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" - -pyargs hvpy'
72+ test_command : ' HELIOVIEWER_API_URL=https://api.beta.helioviewer.org/v2/ pytest -p no:warnings --doctest-rst --pyargs hvpy'
6573 submodules : false
6674 secrets :
6775 pypi_token : ${{ secrets.pypi_token }}
You can’t perform that action at this time.
0 commit comments