diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24cf16c..c125725 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: with: python-version: "3.12" test_extras: "all,tests" - test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs sunpy' + test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs aiapy' submodules: false secrets: pypi_token: ${{ secrets.pypi_token }}