Skip to content

Commit

Permalink
pixi update (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley authored Dec 6, 2024
2 parents 4360355 + fd8bc04 commit b909a3e
Show file tree
Hide file tree
Showing 4 changed files with 1,344 additions and 2,835 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
extra_args: --hook-stage manual --all-files
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.37.0
pixi-version: v0.39.0
cache: true
- name: Run Pylint, Mypy & Pyright
run: |
Expand All @@ -57,7 +57,7 @@ jobs:

- uses: prefix-dev/[email protected]
with:
pixi-version: v0.37.0
pixi-version: v0.39.0
cache: true
environments: ${{ matrix.environment }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.37.0
pixi-version: v0.39.0
cache: true
- name: Build Docs
run: pixi run -e docs docs
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@ ENV/
env.bak/
venv.bak/

# Spyder project settings
# IDE project settings
.idea/
.spyderproject
.spyproject
.vscode/

# Rope project settings
.ropeproject
Expand Down
Loading

0 comments on commit b909a3e

Please sign in to comment.