Skip to content

Commit fe6b35c

Browse files
committed
ci: Make sure wheel builds on macOS start from a clean slate
Fixes: #61
1 parent 72ecbf3 commit fe6b35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis-build-wheels.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
5757
done
5858

5959
elif [ "${TRAVIS_OS_NAME}" == "osx" ]; then
60-
make -C "${_root}"
60+
make clean && make -C "${_root}"
6161
pip wheel "${_root}" -w "${_root}/dist/"
6262

6363
pip install ${PYMODULE} --no-index -f "file:///${_root}/dist"

0 commit comments

Comments
 (0)