diff --git a/build_tools/wheels/cibw_before_all.sh b/build_tools/wheels/cibw_before_all.sh index 72f87d626..d37db829f 100644 --- a/build_tools/wheels/cibw_before_all.sh +++ b/build_tools/wheels/cibw_before_all.sh @@ -8,6 +8,9 @@ PROJECT_DIR="$2" export PYTHON="python${PYTHON_VERSION}" +sudo apt-get install -y wget libicu-dev python3-pip python3-setuptools libboost-all-dev ninja-build +python -m pip install -r $PROJECT_DIR/python/dev_requirements.txt + rm -rf $PROJECT_DIR/build export CMAKE_GENERATOR=Ninja