diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1898db8..af75d2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: environments: ${{ matrix.environment }} - name: Test package - run: pixi run test-ci + run: pixi run -e ${{ matrix.environment }} test-ci # - name: Upload coverage report # uses: codecov/codecov-action@v4.5.0