From ce97de2a7c3958650c033f6c0fed8ac4a48b69f5 Mon Sep 17 00:00:00 2001 From: Dmitry Razdoburdin Date: Fri, 12 Jul 2024 12:28:54 +0200 Subject: [PATCH] replace channel for sycl dependencies (#10576) Co-authored-by: Dmitry Razdoburdin <> --- tests/ci_build/conda_env/linux_sycl_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci_build/conda_env/linux_sycl_test.yml b/tests/ci_build/conda_env/linux_sycl_test.yml index 7335b7f20fd5..e82a6bed62f5 100644 --- a/tests/ci_build/conda_env/linux_sycl_test.yml +++ b/tests/ci_build/conda_env/linux_sycl_test.yml @@ -1,7 +1,7 @@ name: linux_sycl_test channels: - conda-forge -- intel +- https://software.repos.intel.com/python/conda/ dependencies: - python=3.8 - cmake