Skip to content

Commit cadc97b

Browse files
committed
added --user flag to pip install
1 parent a8730d3 commit cadc97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
brew upgrade python;
2222
fi
2323
# Install cibuildwheel using pip3 to make sure Python 3 is used.
24-
- pip3 install --upgrade cibuildwheel
24+
- pip3 install --user --upgrade cibuildwheel
2525
# Create file '.cibuildwheel' so that extension build is not optional (c.f. setup.py).
2626
- touch .cibuildwheel
2727

0 commit comments

Comments
 (0)