Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 26, 2024
1 parent 37c8f5a commit 92cdea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash


echo 212
echo 213

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 @@ -35,7 +35,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 --nohomebrew --nomp
sh ./build-python.sh install --time-costs


pytest $GITHUB_WORKSPACE/tests/python_package_test || exit 1

0 comments on commit 92cdea0

Please sign in to comment.