diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f5f135..b2c2d81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}