Skip to content

Commit

Permalink
Merge pull request sunpy#6950 from dstansby/fix-wheel
Browse files Browse the repository at this point in the history
Fix extras during cibuildwheel
  • Loading branch information
dstansby authored Apr 23, 2023
2 parents c4e52f7 + c801a58 commit 54d144c
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 @@ -174,7 +174,7 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@main
with:
sdist: false
test_extras: 'test'
test_extras: 'all,tests'
test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs sunpy'
submodules: false
targets: |
Expand Down

0 comments on commit 54d144c

Please sign in to comment.