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:
committed by
GitHub
parent
09b44915e7
commit
0cd4382d72
2
.github/workflows/python_tests.yml
vendored
2
.github/workflows/python_tests.yml
vendored
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user