Skip to content

Commit

Permalink
attempt with config-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpjesus authored Jun 3, 2024
1 parent affebe0 commit 9f6ef90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ elif [[ $TASK == "cuda" ]]; then
elif [[ $TASK == "mpi" ]]; then
if [[ $METHOD == "pip" ]]; then
cd $BUILD_DIRECTORY/python-package && python setup.py sdist || exit -1
pip install --user $BUILD_DIRECTORY/python-package/dist/fairgbm-$LGB_VER.tar.gz -v --global-option="--mpi" || exit -1
pip install --user $BUILD_DIRECTORY/python-package/dist/fairgbm-$LGB_VER.tar.gz -v --config-settings="--build-option=--mpi" || exit -1
pytest $BUILD_DIRECTORY/tests/python_package_test || exit -1
exit 0
elif [[ $METHOD == "wheel" ]]; then
Expand Down

0 comments on commit 9f6ef90

Please sign in to comment.