We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450809e commit 01ff744Copy full SHA for 01ff744
1 file changed
.travis.yml
@@ -81,7 +81,7 @@ install:
81
- gcc --version
82
- |
83
if [ -n "${XXHASH_BUILDWHEELS:-}" ]; then
84
- pip install cibuildwheel
+ pip3 install cibuildwheel==1.7.0
85
fi
86
87
script:
0 commit comments