parent
4942da64ae
commit
780de49ddb
@ -27,11 +27,12 @@ if [ ${TASK} == "python_test" ]; then
|
|||||||
|
|
||||||
echo "-------------------------------"
|
echo "-------------------------------"
|
||||||
conda activate python3
|
conda activate python3
|
||||||
|
conda --version
|
||||||
python --version
|
python --version
|
||||||
conda install numpy scipy pandas matplotlib scikit-learn dask
|
|
||||||
|
|
||||||
python -m pip install graphviz pytest pytest-cov codecov
|
python -m pip install graphviz pytest pytest-cov codecov
|
||||||
python -m pip install datatable
|
python -m pip install datatable
|
||||||
|
python -m pip install numpy scipy pandas matplotlib scikit-learn dask[complete]
|
||||||
python -m pytest -v --fulltrace -s tests/python --cov=python-package/xgboost || exit -1
|
python -m pytest -v --fulltrace -s tests/python --cov=python-package/xgboost || exit -1
|
||||||
codecov
|
codecov
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user