Skip to content

Commit 714ac6f

Browse files
committed
fix pixi version
1 parent ee14d31 commit 714ac6f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636

3737
cache-pixi-lock:
3838
uses: ./.github/workflows/cache-pixi-lock.yml
39+
with:
40+
pixi-version: "latest"
41+
3942
test:
4043
name: "${{ matrix.os }} | pixi shell -e ${{ matrix.pixi-env }}"
4144
runs-on: ${{ matrix.os }}
@@ -92,6 +95,7 @@ jobs:
9295
- uses: prefix-dev/setup-pixi@v0.9.0
9396
with:
9497
cache: true
98+
pixi-version: "latest"
9599
environments: ${{ matrix.pixi-env }}
96100
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
97101

0 commit comments

Comments
 (0)