Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# No devpod install step: devpod is a pixi dependency, already in the
# lockfile setup-pixi restores, and it is the version this tree is pinned
# against rather than whatever a runner image happens to carry.
- uses: prefix-dev/setup-pixi@v0.9.6
- uses: prefix-dev/setup-pixi@v0.10.2
with:
cache: true
frozen: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.6
- uses: prefix-dev/setup-pixi@v0.10.2
with:
cache: true
frozen: true
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.6
- uses: prefix-dev/setup-pixi@v0.10.2
with:
cache: true
frozen: true
Expand Down Expand Up @@ -599,7 +599,7 @@ jobs:
/tmp/wheel-check/bin/pip install --quiet "$wheel"
test "$(/tmp/wheel-check/bin/dl --version)" = "dl $version"
test "$(/tmp/wheel-check/bin/aid --version)" = "aid $version"
- uses: prefix-dev/setup-pixi@v0.9.6
- uses: prefix-dev/setup-pixi@v0.10.2
with:
run-install: false
- name: The conda recipe parses and names the same version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
path: output/

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.6
uses: prefix-dev/setup-pixi@v0.10.2
with:
run-install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
# repository is written against -- so the tag this job publishes is
# computed by the same devpod that will later look for it. That agreement
# is the whole point of not installing devpod some other way here.
- uses: prefix-dev/setup-pixi@v0.9.6
- uses: prefix-dev/setup-pixi@v0.10.2
with:
cache: true
frozen: true
Expand Down
Loading