Skip to content

Commit

Permalink
Fix version of cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
cjh1 committed Feb 20, 2024
1 parent 8208313 commit 8157bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/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.16.5

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 8157bd9

Please sign in to comment.