From 2457eb0a70f01a72c7906e2feca1f180ced9d5a7 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sat, 5 Oct 2024 23:05:58 +0300 Subject: [PATCH] Update setup.sh --- .ci/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/setup.sh b/.ci/setup.sh index db8b1a98913..ffecaf9f41a 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -8,7 +8,7 @@ export OS_NAME="macos" brew install lightgbm cd "./examples/regression/" -lightgbm config="train.conf" +"../../lightgbm" config="train.conf" # if [[ $OS_NAME == "macos" ]]; then # if [[ $COMPILER == "clang" ]]; then