We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee14d31 commit 714ac6fCopy full SHA for 714ac6f
1 file changed
.github/workflows/ci.yaml
@@ -36,6 +36,9 @@ jobs:
36
37
cache-pixi-lock:
38
uses: ./.github/workflows/cache-pixi-lock.yml
39
+ with:
40
+ pixi-version: "latest"
41
+
42
test:
43
name: "${{ matrix.os }} | pixi shell -e ${{ matrix.pixi-env }}"
44
runs-on: ${{ matrix.os }}
@@ -92,6 +95,7 @@ jobs:
92
95
- uses: prefix-dev/setup-pixi@v0.9.0
93
96
with:
94
97
cache: true
98
99
environments: ${{ matrix.pixi-env }}
100
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
101
0 commit comments