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 6069a87 commit ba28810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/setup.sh
Original file line number Diff line number Diff line change
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/include/"
sh ./build-python.sh install --gpu --opencl-include-dir="/usr/local/cuda/includes/"


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

0 comments on commit ba28810

Please sign in to comment.