Skip to content

Commit

Permalink
Merge pull request #6 from sunpy/Cadair-patch-1
Browse files Browse the repository at this point in the history
Fix indentation in CI
  • Loading branch information
Cadair authored Feb 28, 2024
2 parents b1f6942 + 3afdf3b commit 8fdaf6f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

publish_pure:
needs: [test, docs]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@main
with:
python-version: '3.10'
test_extras: 'tests'
test_command: 'pytest -p no:warnings --doctest-rst --pyargs sunkit_magex'
submodules: false
secrets:
pypi_token: ${{ secrets.pypi_token }}
publish_pure:
needs: [test, docs]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@main
with:
python-version: '3.10'
test_extras: 'tests'
test_command: 'pytest -p no:warnings --doctest-rst --pyargs sunkit_magex'
submodules: false
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit 8fdaf6f

Please sign in to comment.