From f7c641d980a1a40df5395cd9b12589834860879a Mon Sep 17 00:00:00 2001 From: James Lamb Date: Sun, 2 Mar 2025 09:08:46 -0600 Subject: [PATCH] [ci] [dask] test `lightgbm.dask` on macOS (#6677) * [ci] [Dask] enable Dask tests on macOS * fix windows condition * fix merge conflicts --- .vsts-ci.yml | 4 ++++ docs/Parallel-Learning-Guide.rst | 2 +- tests/python_package_test/test_dask.py | 11 ++++++----- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 0f44f4d4365e..883b519f5f9f 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -254,6 +254,9 @@ jobs: - script: | git clean -d -f -x displayName: 'Clean source directory' + # LGBM_SKIP_DASK_TESTS=true is set below only because running the tests under emulation is so slow... + # in theory, 'lightgbm.dask' should work without issue on aarch64 Linux systems. + # That could probably be removed as part of https://github.com/microsoft/LightGBM/issues/6788 - script: | cat > docker-script.sh <