Skip to content

Commit

Permalink
Fix wheel deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Sep 11, 2023
1 parent ee00c3b commit e359d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@main
with:
test_extras: 'all,tests'
test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs sunpy-soar'
test_command: 'pytest -p no:warnings --pyargs sunpy-soar'
submodules: false
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit e359d26

Please sign in to comment.