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 c4dbd4a commit 8b8aa88Copy full SHA for 8b8aa88
.travis.yml
@@ -46,7 +46,7 @@ jobs:
46
before_install:
47
- pip install -U pip
48
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then tools/prepare-osx.sh ${INTERPRETER_VERSION} /tmp/venv && source /tmp/venv/bin/activate; fi
49
- - if [[ -n $TRAVIS_TAG && -n $CIBW_BEFORE_BUILD ]]; then pip install --ignore-installed cibuildwheel; fi
+ - if [[ -n $TRAVIS_TAG && -n $CIBW_BEFORE_BUILD ]]; then pip install --no-cache-dir --force-reinstall --upgrade cibuildwheel; fi
50
51
# Install interceptors
52
# Install librdkafka if not CIBW_BEFORE_BUILD
0 commit comments