We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ecbf3 commit fe6b35cCopy full SHA for fe6b35c
.ci/travis-build-wheels.sh
@@ -57,7 +57,7 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
57
done
58
59
elif [ "${TRAVIS_OS_NAME}" == "osx" ]; then
60
- make -C "${_root}"
+ make clean && make -C "${_root}"
61
pip wheel "${_root}" -w "${_root}/dist/"
62
63
pip install ${PYMODULE} --no-index -f "file:///${_root}/dist"
0 commit comments