We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ec3e9 commit ac3154aCopy full SHA for ac3154a
.github/workflows/cache-pixi-lock.yml
@@ -2,6 +2,9 @@ name: Generate and cache Pixi lockfile
2
3
on:
4
workflow_call:
5
+ inputs:
6
+ pixi-version:
7
+ type: string
8
outputs:
9
cache-id:
10
description: "The lock file contents"
@@ -30,7 +33,7 @@ jobs:
30
33
- uses: prefix-dev/[email protected]
31
34
if: ${{ !steps.restore.outputs.cache-hit }}
32
35
with:
- pixi-version: v0.56.0
36
+ pixi-version: ${{ inputs.pixi-version }}
37
run-install: false
38
- name: Run pixi lock
39
0 commit comments