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 87fe423 commit 1a47936Copy full SHA for 1a47936
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
extra_args: --hook-stage manual --all-files
33
- uses: prefix-dev/setup-pixi@v0.8.3
34
with:
35
- pixi-version: v0.40.3
+ pixi-version: v0.42.1
36
cache: true
37
environments: lint
38
- name: Run Pylint, Mypy & Pyright
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
environments: ${{ matrix.environment }}
64
.github/workflows/docs-build.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v4
10
11
12
13
14
environments: docs
15
- name: Build Docs
0 commit comments