Skip to content

Commit 0ffb5d7

Browse files
committed
Revert prefix-dev/setup-pixi to v0.9.0 for whitelist compatibility
1 parent acb23b9 commit 0ffb5d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/conda-python-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
echo "PIXI_ENV=${PIXI_ENV}"
119119
} >> "${GITHUB_ENV}"
120120
- name: Setup pixi
121-
uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7
121+
uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
122122
with:
123123
pixi-version: "v0.62.2"
124124
environments: ${{ env.PIXI_ENV }}

.github/workflows/docs-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v6
2828
- name: Setup pixi
29-
uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7
29+
uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
3030
with:
3131
pixi-version: "v0.62.2"
3232
environments: docs

.github/workflows/simulator-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
PIXI_ENV="cu-${CUDA_VER_PART}-${PY_VER_PART}"
104104
echo "PIXI_ENV=${PIXI_ENV}" >> "${GITHUB_ENV}"
105105
- name: Setup pixi
106-
uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7
106+
uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
107107
with:
108108
pixi-version: "v0.62.2"
109109
environments: ${{ env.PIXI_ENV }}

0 commit comments

Comments
 (0)