Skip to content

Commit a89ffdd

Browse files
authored
DEV: assorted cleanup (#55)
* DEV: bump to 0.3.3.dev0 * clean up pyproject.toml * update lockfile * simplify CI workflows * fix CI
1 parent 09dc648 commit a89ffdd

File tree

5 files changed

+378
-430
lines changed

5 files changed

+378
-430
lines changed

Diff for: .github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
pixi-version: v0.39.0
3636
cache: true
37+
environments: lint
3738
- name: Run Pylint, Mypy & Pyright
3839
run: |
3940
pixi run -e lint pylint

Diff for: .github/workflows/docs-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
with:
1212
pixi-version: v0.39.0
1313
cache: true
14+
environments: docs
1415
- name: Build Docs
1516
run: pixi run -e docs docs
1617
- name: Upload Artifact

0 commit comments

Comments
 (0)