Skip to content

Commit

Permalink
CI: fix environments (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Sep 20, 2024
1 parent 57b170d commit 3500e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 3500e5c

Please sign in to comment.