diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80c64e3b..96f279f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,8 +9,8 @@ on: - main concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: True + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: True jobs: test: @@ -34,7 +34,7 @@ jobs: envfile: ".github/environment-minimal.yml" channel-priority: "flexible" name: "Minimal dependencies" - + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -58,7 +58,7 @@ jobs: - name: Install package in development mode shell: bash -l {0} - run: python -m pip install --upgrade-strategy=only-if-needed -e .[display,testing] + run: python -m pip install --upgrade-strategy=only-if-needed -e .[display,tests] - name: Log installed packages for debugging shell: bash -l {0} diff --git a/setup.cfg b/setup.cfg index 61ac3672..1426ed2c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,9 +50,9 @@ install_requires = scipy >= 1.4.0 [options.extras_require] -display = +display = matplotlib >= 3.3.0 -testing = +tests = matplotlib >= 3.3.0 decorator pytest