Skip to content

Commit

Permalink
DEV: assorted cleanup (#55)
Browse files Browse the repository at this point in the history
* DEV: bump to 0.3.3.dev0

* clean up pyproject.toml

* update lockfile

* simplify CI workflows

* fix CI
  • Loading branch information
lucascolley authored Dec 9, 2024
1 parent 09dc648 commit a89ffdd
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 430 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
pixi-version: v0.39.0
cache: true
environments: lint
- name: Run Pylint, Mypy & Pyright
run: |
pixi run -e lint pylint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
pixi-version: v0.39.0
cache: true
environments: docs
- name: Build Docs
run: pixi run -e docs docs
- name: Upload Artifact
Expand Down
Loading

0 comments on commit a89ffdd

Please sign in to comment.