Skip to content

Commit

Permalink
Merge pull request #704 from psavery/downgrade-cibuildwheel
Browse files Browse the repository at this point in the history
Try downgrading cibuildwheel as a quick fix...
  • Loading branch information
ghutchis authored Jul 27, 2021
2 parents a5f069e + 6153275 commit 9a3bf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-actions/install.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9a3bf1a

Please sign in to comment.