We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a5d2d0 + c09b48d commit d032fa7Copy full SHA for d032fa7
.github/workflows/build_workflow.yml
@@ -82,7 +82,7 @@ jobs:
82
83
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
84
name: Set up Pixi
85
- uses: prefix-dev/setup-pixi@v0.9.3
+ uses: prefix-dev/setup-pixi@v0.9.4
86
with:
87
pixi-version: v0.62.2
88
# Project environment caching uses pixi.lock as the cache key input.
.github/workflows/docs_workflow.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
27
- name: Set up Pixi
28
29
30
31
0 commit comments