🌐 AI搜索 & 代理 主页
Skip to content

Commit 66117f9

Browse files
ci: update pixi version to 0.60.0 in ci
1 parent c4b9f3b commit 66117f9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.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.3
120120
with:
121-
pixi-version: v0.59.0
121+
pixi-version: v0.60.0
122122
cache: true
123123
# Optional: Uncomment if you need prefix.dev authentication
124124
# auth-host: prefix.dev

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ authors = ["softwareentrepreneer <softwareentrepreneer+afterpython@gmail.com>"]
33
channels = ["conda-forge"]
44
name = "afterpython"
55
platforms = ["win-64", "linux-64", "osx-arm64", "osx-64"]
6+
# updating this needs to also update the version in the ci.yml and templates/ci-workflow-template.yml files
67
requires-pixi = ">=0.60" # command: pixi workspace requires-pixi set ">=0.60"
78

89
[tasks]

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.3
120120
with:
121-
pixi-version: v0.59.0
121+
pixi-version: v0.60.0
122122
cache: true
123123
# Optional: Uncomment if you need prefix.dev authentication
124124
# auth-host: prefix.dev

0 commit comments

Comments
 (0)