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.
2 parents e585c97 + 69db2e2 commit 1588508Copy full SHA for 1588508
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: pre-commit/action@v3.0.1
31
with:
32
extra_args: --hook-stage manual --all-files
33
- - uses: prefix-dev/setup-pixi@v0.8.2
+ - uses: prefix-dev/setup-pixi@v0.8.3
34
35
pixi-version: v0.40.3
36
cache: true
@@ -56,7 +56,7 @@ jobs:
56
57
fetch-depth: 0
58
59
60
61
62
.github/workflows/docs-build.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
11
12
13
0 commit comments