Fix config-settings handling in pip install (#9115)

* Fix config_settings handling in pip install

* Fix formatting

* Fix flag use_system_libxgboost

* Add setuptools to doc requirements.txt

* Fix mypy
This commit is contained in:
Philip Hyunsu Cho
2023-05-09 17:54:20 -07:00
committed by GitHub
parent 09b44915e7
commit 0cd4382d72
5 changed files with 16 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ jobs:
cd python-package
python --version
python -m build --sdist
pip install -v ./dist/xgboost-*.tar.gz
pip install -v ./dist/xgboost-*.tar.gz --config-settings use_openmp=False
cd ..
python -c 'import xgboost'