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 7cdafc3 commit a40404bCopy full SHA for a40404b
.github/workflows/ci.yml
@@ -34,11 +34,12 @@ jobs:
34
with:
35
pixi-version: v0.39.0
36
cache: true
37
+ environments: lint
38
- name: Run Pylint, Mypy & Pyright
39
run: |
- pixi run -e lint pylint
40
- pixi run -e lint mypy
41
- pixi run -e lint pyright
+ pixi run pylint
+ pixi run mypy
42
+ pixi run pyright
43
44
checks:
45
name: Check ${{ matrix.environment }}
.github/workflows/docs-build.yml
@@ -11,8 +11,9 @@ jobs:
11
12
13
14
+ environments: docs
15
- name: Build Docs
- run: pixi run -e docs docs
16
+ run: pixi run docs
17
- name: Upload Artifact
18
uses: actions/upload-artifact@v4
19
0 commit comments