Skip to content

Commit

Permalink
Separate doc build (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Jul 12, 2023
1 parent fc558ac commit 7d8a851
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ jobs:
test:
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
with:
submodules: false
coverage: codecov
toxdeps: tox-pypi-filter
envs: |
- linux: py38
- macos: py310
- windows: py39
docs:
needs: [test]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
with:
submodules: false
coverage: codecov
Expand All @@ -40,9 +51,6 @@ jobs:
- libopenjp2-7
- graphviz
envs: |
- linux: py38
- macos: py310
- windows: py39
- linux: build_docs
publish:
# Build wheels when pushing to any branch except main
Expand All @@ -61,7 +69,7 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
test_extras: 'all,tests'
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 --pyargs hvpy'
submodules: false
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit 7d8a851

Please sign in to comment.