From c801a584ef3dd3c5b128889eba2bf141e758343b Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sun, 23 Apr 2023 16:40:44 +0100 Subject: [PATCH] Fix extras during cibuildwheel --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 820c61c492a..6e1310cddc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |