diff --git a/cibw_before_all.sh b/cibw_before_all.sh index c186303..b421efd 100644 --- a/cibw_before_all.sh +++ b/cibw_before_all.sh @@ -4,7 +4,7 @@ set -ex # Install deps -pip3 install meson ninja meson-python build +pip3 install meson==1.2.3 ninja meson-python build if command -v apt; then set +e