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 091f91b commit 9973bb4Copy full SHA for 9973bb4
.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.1
34
with:
35
- pixi-version: v0.30.0
+ pixi-version: v0.37.0
36
cache: true
37
- name: Run Pylint & Mypy
38
run: |
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
environments: ${{ matrix.environment }}
62
.github/workflows/docs-build.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v4
10
11
12
13
14
- name: Build Docs
15
run: pixi run -e docs docs
0 commit comments