Skip to content

Commit 7c29cf7

Browse files
committed
Revert "Bump prefix-dev/setup-pixi from 0.8.10 to 0.9.1 (#57)"
This reverts commit 62a7e9b.
1 parent c318ad6 commit 7c29cf7

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v6
2828

29-
- name: Setup Pixi
30-
uses: prefix-dev/setup-pixi@v0.9.3
29+
- name: Setup Pixi
30+
uses: prefix-dev/setup-pixi@v0.8.10
31+
with:
32+
pixi-version: v0.48.2
3133

3234
- name: Install hyspecppt
3335
run: pixi run python -m pip install -e .
@@ -52,7 +54,9 @@ jobs:
5254
ref: ${{ github.ref }}
5355

5456
- name: Setup Pixi
55-
uses: prefix-dev/setup-pixi@v0.9.3
57+
uses: prefix-dev/setup-pixi@v0.8.10
58+
with:
59+
pixi-version: v0.48.2
5660

5761
- name: Build Conda package
5862
run: pixi run conda-build
@@ -127,7 +131,9 @@ jobs:
127131
ref: ${{ github.ref }}
128132

129133
- name: Setup Pixi
130-
uses: prefix-dev/setup-pixi@v0.9.3
134+
uses: prefix-dev/setup-pixi@v0.8.10
135+
with:
136+
pixi-version: v0.48.2
131137

132138
- name: Download previous conda package artifact
133139
uses: actions/download-artifact@v7

.github/workflows/update-lockfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717
- name: Set up pixi
18-
uses: prefix-dev/setup-pixi@v0.9.3
18+
uses: prefix-dev/setup-pixi@v0.8.10
1919
with:
2020
run-install: false
2121
- name: Update lockfiles

0 commit comments

Comments
 (0)