Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 25, 2024
1 parent 1fb41b6 commit 6cf39b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo 53
echo 55


ARCH=$(uname -m)
Expand Down Expand Up @@ -36,7 +36,7 @@ cd $GITHUB_WORKSPACE/.ci
rm -rf ./*
git clone --recursive -b docs/install-py https://github.com/microsoft/LightGBM.git
cd LightGBM
sh ./build-python.sh install
sh ./build-python.sh install --nomp


pytest ./tests/python_package_test || exit 1
Expand Down
4 changes: 2 additions & 2 deletions .ci/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo 53
echo 55

export SKBUILD_LOGGING_LEVEL="INFO"

Expand All @@ -10,7 +10,7 @@ pip install pytest numpy pandas scipy scikit-learn psutil cloudpickle

git clone --recursive -b docs/install-py https://github.com/microsoft/LightGBM.git
cd LightGBM
sh ./build-python.sh install
sh ./build-python.sh install --nomp


tests="$BUILD_SOURCESDIRECTORY/tests/python_package_test"
Expand Down

0 comments on commit 6cf39b1

Please sign in to comment.