Skip to content

Commit 8bb033c

Browse files
authored
undo the pin on the pixi version (#11334)
* Revert "work around a bug in pixi that disallows custom PyPI servers (#11331)" This reverts commit f262748. * exclude the broken version, anyways
1 parent f262748 commit 8bb033c

4 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci-additional.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
persist-credentials: false
5353
- uses: Parcels-code/pixi-lock/create-and-cache@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
5454
id: pixi-lock
55-
with:
56-
pixi-version: v0.67.1
5755
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5856
with:
5957
name: pixi-lock

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,13 @@ jobs:
4646

4747
outputs:
4848
cache-key: ${{ steps.pixi-lock.outputs.cache-key }}
49-
pixi-version: ${{ steps.pixi-lock.outputs.pixi-version }}
5049

5150
steps:
5251
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5352
with:
5453
persist-credentials: false
5554
- uses: Parcels-code/pixi-lock/create-and-cache@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
5655
id: pixi-lock
57-
with:
58-
pixi-version: v0.67.1
5956
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6057
with:
6158
name: pixi-lock

.github/workflows/hypothesis.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
persist-credentials: false
6060
- uses: Parcels-code/pixi-lock/create-and-cache@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
6161
id: pixi-lock
62-
with:
63-
pixi-version: v0.67.1
6462
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6563
with:
6664
name: pixi-lock

.github/workflows/upstream-dev-ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
persist-credentials: false
6767
- uses: Parcels-code/pixi-lock/create-and-cache@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
6868
id: pixi-lock
69-
with:
70-
pixi-version: v0.67.1
7169
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7270
with:
7371
name: pixi-lock

0 commit comments

Comments
 (0)