File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,10 @@ install:
29
29
- pip install -U pip
30
30
- if [[ -z $CIBW_BEFORE_BUILD ]]; then pip install pytest-timeout flake8 ; fi
31
31
- if [[ -z $CIBW_BEFORE_BUILD ]]; then rm -rf tmp-build ; tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} tmp-build ; fi
32
- - if [[ -n $TRAVIS_TAG && -n $CIBW_BEFORE_BUILD ]]; then pip install cibuildwheel==0.4.1 ; fi
32
+ - if [[ -n $TRAVIS_TAG && -n $CIBW_BEFORE_BUILD ]]; then pip install cibuildwheel ; fi
33
33
34
34
35
35
script :
36
- - if [[ -z $CIBW_BEFORE_BUILD ]]; then pip install --upgrade pip ; fi
37
36
- if [[ -z $CIBW_BEFORE_BUILD ]]; then pip install -v --global-option=build_ext --global-option="-Itmp-build/include/" --global-option="-Ltmp-build/lib" . .[avro] ; fi
38
37
- if [[ -z $CIBW_BEFORE_BUILD ]]; then flake8 ; fi
39
38
- if [[ -z $CIBW_BEFORE_BUILD ]]; then py.test -v --timeout 20 --ignore=tmp-build --import-mode append ; fi
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ case "$(uname -s)" in
52
52
esac
53
53
54
54
if ! which cibuildwheel 2> /dev/null ; then
55
- pip install cibuildwheel==0.4.1
55
+ pip install cibuildwheel
56
56
fi
57
57
58
58
cibuildwheel $_CIBW_ARGS --output-dir " $OUT_DIR "
You can’t perform that action at this time.
0 commit comments