We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8730d3 commit cadc97bCopy full SHA for cadc97b
.travis.yml
@@ -21,7 +21,7 @@ install:
21
brew upgrade python;
22
fi
23
# Install cibuildwheel using pip3 to make sure Python 3 is used.
24
- - pip3 install --upgrade cibuildwheel
+ - pip3 install --user --upgrade cibuildwheel
25
# Create file '.cibuildwheel' so that extension build is not optional (c.f. setup.py).
26
- touch .cibuildwheel
27
0 commit comments