Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/setup-pixi@v0.8.1
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/setup-pixi@v0.8.1
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/setup-pixi@v0.8.1
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
Loading