Skip to content

Commit f2deb3d

Browse files
ci: update to pixi version 0.67.2
1 parent 2c1cdbf commit f2deb3d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Set up pixi
119119
uses: prefix-dev/setup-pixi@v0.9.5
120120
with:
121-
pixi-version: v0.63.2
121+
pixi-version: v0.67.2
122122
cache: true
123123
# Optional: Uncomment if you need prefix.dev authentication
124124
# auth-host: prefix.dev

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels = ["conda-forge"]
44
name = "afterpython"
55
platforms = ["win-64", "linux-64", "osx-arm64", "osx-64"]
66
# updating this needs to also update the version in the ci.yml and templates/ci-workflow-template.yml files
7-
requires-pixi = ">=0.63.2" # command: pixi workspace requires-pixi set ">=0.63.2"
7+
requires-pixi = ">=0.67.2" # command: pixi workspace requires-pixi set ">=0.67.2"
88

99
[tasks]
1010

src/afterpython/templates/ci-workflow-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Set up pixi
119119
uses: prefix-dev/setup-pixi@v0.9.4
120120
with:
121-
pixi-version: v0.63.2
121+
pixi-version: v0.67.2
122122
cache: true
123123
# Optional: Uncomment if you need prefix.dev authentication
124124
# auth-host: prefix.dev

0 commit comments

Comments
 (0)