Move pylint helper from dmlc-core. (#8101)

* Move pylint helper from dmlc-core.

- Move the helper into the XGBoost ci_build.
- Run it with multiprocessing.

* Fix original test.
This commit is contained in:
Jiaming Yuan
2022-07-23 08:12:37 +08:00
committed by GitHub
parent 7785d65c8a
commit 3970e4e6bb
4 changed files with 95 additions and 11 deletions

View File

@@ -3,13 +3,17 @@ channels:
- conda-forge
dependencies:
- python=3.8
- pylint
- wheel
- setuptools
- mypy
- numpy
- scipy
- pandas
- scikit-learn
- dask
- distributed
- black
- isort
- pyspark
- cloudpickle