From 8cbb4fc154e5a0a4f3c707b1f22e675ff7855ce0 Mon Sep 17 00:00:00 2001 From: Yashas Ambati Date: Wed, 19 Feb 2025 23:34:14 -0500 Subject: [PATCH] Trying something --- build_tools/wheels/cibw_before_all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_tools/wheels/cibw_before_all.sh b/build_tools/wheels/cibw_before_all.sh index d37db829f..392693624 100644 --- a/build_tools/wheels/cibw_before_all.sh +++ b/build_tools/wheels/cibw_before_all.sh @@ -8,8 +8,8 @@ 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 +apt-get install -y wget libicu-dev python3-pip python3-setuptools libboost-all-dev ninja-build +pip install -r $PROJECT_DIR/python/dev_requirements.txt rm -rf $PROJECT_DIR/build