From 6153275b1923b61b8e43e34bb86e8bfa8ed6eb44 Mon Sep 17 00:00:00 2001 From: Patrick Avery Date: Tue, 27 Jul 2021 12:07:46 -0500 Subject: [PATCH] Try downgrading cibuildwheel as a quick fix... This is an attempt to be a quick fix of #701. A better fix will be to figure out why the new version `delocate` is failing, and fix that so that we can upgrade `cibuildwheel`. Signed-off-by: Patrick Avery --- scripts/github-actions/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github-actions/install.sh b/scripts/github-actions/install.sh index 610123b6a1..d8e84f5e81 100644 --- a/scripts/github-actions/install.sh +++ b/scripts/github-actions/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -ev -pip install cibuildwheel +pip install cibuildwheel==2.0.0 if [[ $RUNNER_OS == "Windows" ]]; then git clone --recursive -b 3.3.9 --depth 1 https://gitlab.com/libeigen/eigen /c/eigen