Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 22, 2024
1 parent ba28810 commit 68e7e68
Showing 1 changed file with 2 additions and 2 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 61
echo 62


ARCH=$(uname -m)
Expand Down Expand Up @@ -35,7 +35,7 @@ pip install pytest numpy pandas scipy scikit-learn psutil cloudpickle

git clone --recursive -b ci/test https://github.com/microsoft/LightGBM.git
cd LightGBM
sh ./build-python.sh install --gpu --opencl-include-dir="/usr/local/cuda/includes/"
sh ./build-python.sh install --gpu --opencl-include-dir="/usr/local/cuda/includes/" --boost-include-dir="/usr/local/cuda/includes/"


pytest ./tests/python_package_test || exit 1
Expand Down

0 comments on commit 68e7e68

Please sign in to comment.