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 aa0b7a5 commit 3989fd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@



echo 103
echo 104

ARCH=$(uname -m)


export SKBUILD_LOGGING_LEVEL="INFO"

brew install libomp # open-mpi
# brew install libomp # open-mpi
# export CXX=g++-14 CC=gcc-14

# sudo apt-get update
Expand All @@ -65,7 +65,7 @@ pip install pytest numpy pandas scipy scikit-learn psutil cloudpickle
cd $GITHUB_WORKSPACE/.ci
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 $GITHUB_WORKSPACE/tests/python_package_test || exit 1
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 103
echo 104

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 3989fd2

Please sign in to comment.