"include/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "79d27770e480d2037e417e2727041d1ecb26d0ac"
Commit b01d00aa authored by Nikita Titov's avatar Nikita Titov Committed by Qiwei Ye
Browse files

removed temp fix (#1871)

parent 25b3de36
......@@ -27,11 +27,10 @@ install:
default {$env:MINICONDA = """C:\Miniconda37-x64"""}
}
- set PATH=%MINICONDA%;%MINICONDA%\Scripts;%PATH%
- set SKLEARN_SITE_JOBLIB=true # temp fix for joblib warning in examples
- ps: $env:LGB_VER = (Get-Content VERSION.txt).trim()
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda create -q -n test-env python=%PYTHON_VERSION% cloudpickle=0.5.6 joblib matplotlib nose numpy pandas pytest python-graphviz scikit-learn scipy
- conda create -q -n test-env python=%PYTHON_VERSION% matplotlib nose numpy pandas pytest python-graphviz scikit-learn scipy
- activate test-env
build_script:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment