Skip to content

Commit

Permalink
fix detection of QEMU in pinning dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 29, 2022
1 parent 8431c38 commit 8d68f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ fi

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

0 comments on commit 8d68f34

Please sign in to comment.