From c4b01c777d1c1f34d4c32fea2b043ebc10f5a088 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Thu, 26 Dec 2024 08:05:47 +0300 Subject: [PATCH] dev --- .ci/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/setup.sh b/.ci/setup.sh index 71faf3807069..57f498db13cf 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash -echo 222 +echo 223 ARCH=$(uname -m) @@ -29,7 +29,7 @@ conda config --set always_yes yes --set changeps1 no conda update -q -y conda -pip install pytest numpy pandas scipy scikit-learn psutil cloudpickle +pip install pytest numpy pandas scipy scikit-learn psutil cloudpickle scikit-build-core cd $GITHUB_WORKSPACE/.ci