We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8f8a5c + aac7e79 commit 22956fdCopy full SHA for 22956fd
2 files changed
.github/workflows/build_workflow.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
55
name: Set up Pixi
56
- uses: prefix-dev/setup-pixi@v0.9.5
+ uses: prefix-dev/setup-pixi@v0.9.6
57
with:
58
environments: ${{ matrix.pixi-environment }}
59
@@ -103,7 +103,7 @@ jobs:
103
- uses: actions/checkout@v6
104
105
- name: Set up Pixi
106
107
108
109
.github/workflows/docs_workflow.yml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 0
24
25
26
27
28
environments: py314
29
0 commit comments