Skip to content

Commit 27d1b09

Browse files
authored
fix: bump pixi to 0.62.0 (#1937)
1 parent 2905e23 commit 27d1b09

File tree

3 files changed

+1
-73
lines changed

3 files changed

+1
-73
lines changed

.github/workflows/release-rust.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -94,28 +94,3 @@ jobs:
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
97-
98-
- name: Set up pixi
99-
uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
100-
101-
- name: Update the pixi lock-file
102-
env:
103-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104-
PR: ${{ steps.release-plz.outputs.pr }}
105-
run: |
106-
set -e
107-
108-
pr_number=${{ fromJSON(steps.release-plz.outputs.pr).number }}
109-
if [[ -n "$pr_number" ]]; then
110-
gh pr checkout $pr_number
111-
# Relock the pixi.lock file because it may have changed.
112-
pixi lock
113-
git add .
114-
# Only commit if there are actually changes staged
115-
if ! git diff --cached --quiet; then
116-
git commit -m "Update pixi.lock"
117-
git push
118-
else
119-
echo "No changes to pixi.lock, skipping commit"
120-
fi
121-
fi

pixi.lock

Lines changed: 0 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ channels = ["https://prefix.dev/conda-forge"]
1111
platforms = ["linux-64", "win-64", "osx-64", "osx-arm64"]
1212
license = "BSD-3-Clause"
1313
preview = ["pixi-build"]
14+
requires-pixi = ">=0.62.0"
1415

1516
[workspace.build-variants]
1617
# Use the same Rust version everywhere

0 commit comments

Comments
 (0)