Skip to content

Commit 26ea15c

Browse files
committed
Minor fix
1 parent 170b59a commit 26ea15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/wheels/cibw_before_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ if [ "$(uname)" == "Linux" ]; then
2121
cd boost_1_87_0
2222
./bootstrap.sh --prefix=/opt/boost
2323
./b2 install --prefix=/opt/boost --with=all
24+
cd ..
2425
elif [ "$(uname)" == "Darwin" ]; then
2526
brew install wget cmake boost
2627
fi
2728

2829
$(which $PYTHON) -m pip install -r $PROJECT_DIR/python/dev_requirements.txt
2930

3031
# Remove build/cache files that were generated on host
31-
cd ..
3232
rm -rf $PROJECT_DIR/build
3333
rm -rf CMakeCache.txt CMakeFiles
3434

0 commit comments

Comments
 (0)