From 46c94870a3200b7bb487644bb4fe9c508e263459 Mon Sep 17 00:00:00 2001 From: Dmitry Razdoburdin <> Date: Mon, 9 Sep 2024 07:25:19 -0700 Subject: [PATCH] add dask in test env --- tests/ci_build/conda_env/linux_sycl_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ci_build/conda_env/linux_sycl_test.yml b/tests/ci_build/conda_env/linux_sycl_test.yml index 6a9f84bddb19..eb45f5c3732f 100644 --- a/tests/ci_build/conda_env/linux_sycl_test.yml +++ b/tests/ci_build/conda_env/linux_sycl_test.yml @@ -17,5 +17,6 @@ dependencies: - pytest - pytest-timeout - pytest-cov +- dask - dpcpp_linux-64 - onedpl-devel