Skip to content

Commit 8d68f34

Browse files
committed
fix detection of QEMU in pinning dependencies
1 parent 8431c38 commit 8d68f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ fi
120120

121121
# hack around https://github.com/microsoft/LightGBM/pull/5619#issuecomment-1341935203 just to produce
122122
# a releasable artifact on Ubuntu 14.04
123+
ARCH=$(uname -m)
123124
PACKAGE_CONSTRAINTS="dask-core distributed pandas numpy scikit-learn scipy"
124125
if [[ $OS_NAME == "linux" ]] && [[ $COMPILER == "gcc" ]] && [[ $ARCH != "aarch64" ]]; then
125126
if [[ $TASK == "bdist" ]] || [[ $TASK == "regular" ]] || [[ $TASK == "mpi" ]]; then

0 commit comments

Comments
 (0)