Skip to content

Commit 3500e5c

Browse files
committed
CI: fix environments (again)
1 parent 57b170d commit 3500e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
environments: ${{ matrix.environment }}
6060

6161
- name: Test package
62-
run: pixi run test-ci
62+
run: pixi run -e ${{ matrix.environment }} test-ci
6363

6464
# - name: Upload coverage report
6565
# uses: codecov/codecov-action@v4.5.0

0 commit comments

Comments
 (0)