Skip to content

Commit 4023e80

Browse files
chore: update Pixi in CI
1 parent c4ff6c5 commit 4023e80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
env:
10-
pixi-version: "0.26.1"
10+
pixi-version: "0.30.0"
1111

1212
jobs:
1313
test:
@@ -17,7 +17,7 @@ jobs:
1717
# https://github.com/ipython/ipykernel/issues/713
1818
# https://stackoverflow.com/questions/70841648/jupyter-reverts-signal-handler-to-default-when-running-next-cell
1919
os: [ubuntu-latest, macos-latest]
20-
pixi-version: ["0.21.0", "0.26.1"]
20+
pixi-version: ["0.21.0", "0.30.0"]
2121
python-version: ["38", "39", "310", "311", "312"]
2222
runs-on: ${{ matrix.os }}
2323
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "v*"
77

88
env:
9-
pixi-version: "0.26.1"
9+
pixi-version: "0.30.0"
1010

1111
jobs:
1212
pypi-publish:

0 commit comments

Comments
 (0)