Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0abf5ec

Browse files
committed
fix aarch64 wheel build [wheel build][skip azp]
1 parent 607b8c6 commit 0abf5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/cirrus_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ linux_aarch64_task:
4242
apt update
4343
apt install -y python3-venv python-is-python3 gfortran libatlas-base-dev libgfortran5 eatmydata
4444
git fetch origin
45-
bash ./tools/wheels/cibw_before_build.sh
45+
bash ./tools/wheels/cibw_before_build.sh ${PWD}
4646
which python
4747
echo $CIRRUS_CHANGE_MESSAGE
4848
<<: *BUILD_AND_STORE_WHEELS

0 commit comments

Comments
 (0)