[ci] [dask] test lightgbm.dask on macOS#6677
Conversation
| 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 |
lightgbm.dask on macOSlightgbm.dask on macOS
|
This is now working! I think it's ready for review. |
StrikerRUS
left a comment
There was a problem hiding this comment.
Wow, great PR, thanks!
Very nice to see Dask working on macOS! 🎉
|
Just one question: why don't we test the latest Dask among the latest libraries? |
|
Also, maybe it's better to use |
|
Sure, we can switch this to |
I think I did not add it there when setting that up because there weren't nightly versions published of I'd support trying something like this in those jobs if you'd like to try it: python -m pip install 'git+https://github.com/dask/dask.git@main'Although some things to note:
|
|
oops sorry, I meant |
|
This pull request has been automatically locked since there has not been any recent activity since it was closed. |
Contributes to #3782
Enables the Dask tests on macOS, based on this comment form @neNasko1 : #6569 (comment)