Skip to content

Commit 1156c3e

Browse files
committed
debug py3.10 job
1 parent 6efa5d4 commit 1156c3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/scripts/python_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ export CXXFLAGS=
153153
BUILD_TYPE=${CMAKE_BUILD_TYPE:-debug}
154154
BUILD_TYPE=${BUILD_TYPE,,} # Meson requires lowercase values
155155

156+
${PYTHON:-python} -c 'import numpy as np; print(np.get_include())'
156157
${PYTHON:-python} -m pip install --no-deps --no-build-isolation -vv . \
157158
-Csetup-args="-Dbuildtype=${BUILD_TYPE}" \
158159
-Csetup-args="-Dacero=${PYARROW_WITH_ACERO}" \

0 commit comments

Comments
 (0)