Skip to content

Commit 8af45b3

Browse files
committed
revisions [skip ci]
1 parent a608b30 commit 8af45b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Tools/pixi-packages/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ VER_REF=$(cat configure.ac | grep "\[PYTHON_VERSION\]\, \[" | sed -n 's/.*\[\([0
2121
VER=$(echo ${PKG_VERSION} | sed -E 's/^([0-9]+\.[0-9]+).*/\1/')
2222

2323
if [[ "${VER_REF}" != "${VER}" ]]; then
24-
echo "Unexpected version from conda package. Got ${VER}. Expected ${VER_REF}"
24+
echo "Unexpected version from conda package. Got ${VER}. Expected ${VER_REF}. Do you need to update `version` in `variants.yaml`?"
2525
exit 1
2626
fi
2727

Tools/pixi-packages/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
channels = ["https://prefix.dev/conda-forge"]
33
platforms = ["linux-64", "linux-aarch64", "osx-64", "osx-arm64"]
44
preview = ["pixi-build"]
5-
requires-pixi = ">=0.66.0"
5+
requires-pixi = ">=0.72.2"
66

77
[package.build.backend]
88
name = "pixi-build-rattler-build"

0 commit comments

Comments
 (0)