Skip to content

Commit

Permalink
Change workflow environment on Pixi CI
Browse files Browse the repository at this point in the history
This PR updates the name of the workflow environment to `default` on the Pixi CI
  • Loading branch information
flferretti committed Feb 10, 2025
1 parent 69cb436 commit ae04003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pixi update --json | pixi exec pixi-diff-to-markdown --explicit-column > diff.md
- name: Test project against updated pixi
run: pixi run --environment tasks-cpu test
run: pixi run --environment default test
env:
PY_COLORS: "1"
JAX_PLATFORM_NAME: cpu
Expand Down

0 comments on commit ae04003

Please sign in to comment.