We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8431c38 commit 8d68f34Copy full SHA for 8d68f34
.ci/test.sh
@@ -120,6 +120,7 @@ fi
120
121
# hack around https://github.com/microsoft/LightGBM/pull/5619#issuecomment-1341935203 just to produce
122
# a releasable artifact on Ubuntu 14.04
123
+ARCH=$(uname -m)
124
PACKAGE_CONSTRAINTS="dask-core distributed pandas numpy scikit-learn scipy"
125
if [[ $OS_NAME == "linux" ]] && [[ $COMPILER == "gcc" ]] && [[ $ARCH != "aarch64" ]]; then
126
if [[ $TASK == "bdist" ]] || [[ $TASK == "regular" ]] || [[ $TASK == "mpi" ]]; then
0 commit comments