diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 396f9a9..5dbb17f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,11 +56,11 @@ jobs: pip install hatch - name: Set Up Hatch Env run: | - hatch env create test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} - hatch env run -e test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} list-env + hatch env create test.py${{ matrix.python-version }} + hatch env run -e test.py${{ matrix.python-version }} list-env - name: Run Tests run: | - hatch env run --env test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} run-coverage + hatch env run --env test.py${{ matrix.python-version }} run-coverage - name: Upload coverage uses: codecov/codecov-action@v5 with: