Skip to content

Commit fd8bc04

Browse files
committed
pixi update
1 parent 4360355 commit fd8bc04

File tree

4 files changed

+1344
-2835
lines changed

4 files changed

+1344
-2835
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
extra_args: --hook-stage manual --all-files
3333
- uses: prefix-dev/[email protected]
3434
with:
35-
pixi-version: v0.37.0
35+
pixi-version: v0.39.0
3636
cache: true
3737
- name: Run Pylint, Mypy & Pyright
3838
run: |
@@ -57,7 +57,7 @@ jobs:
5757

5858
- uses: prefix-dev/[email protected]
5959
with:
60-
pixi-version: v0.37.0
60+
pixi-version: v0.39.0
6161
cache: true
6262
environments: ${{ matrix.environment }}
6363

.github/workflows/docs-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: prefix-dev/[email protected]
1111
with:
12-
pixi-version: v0.37.0
12+
pixi-version: v0.39.0
1313
cache: true
1414
- name: Build Docs
1515
run: pixi run -e docs docs

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,11 @@ ENV/
114114
env.bak/
115115
venv.bak/
116116

117-
# Spyder project settings
117+
# IDE project settings
118+
.idea/
118119
.spyderproject
119120
.spyproject
121+
.vscode/
120122

121123
# Rope project settings
122124
.ropeproject

0 commit comments

Comments
 (0)