Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
b01d00aa
Commit
b01d00aa
authored
Nov 25, 2018
by
Nikita Titov
Committed by
Qiwei Ye
Nov 25, 2018
Browse files
removed temp fix (#1871)
parent
25b3de36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.appveyor.yml
.appveyor.yml
+1
-2
No files found.
.appveyor.yml
View file @
b01d00aa
...
@@ -27,11 +27,10 @@ install:
...
@@ -27,11 +27,10 @@ install:
default {$env:MINICONDA = """C:\Miniconda37-x64"""}
default {$env:MINICONDA = """C:\Miniconda37-x64"""}
}
}
-
set PATH=%MINICONDA%;%MINICONDA%\Scripts;%PATH%
-
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()
-
ps
:
$env:LGB_VER = (Get-Content VERSION.txt).trim()
-
conda config --set always_yes yes --set changeps1 no
-
conda config --set always_yes yes --set changeps1 no
-
conda update -q conda
-
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
-
activate test-env
build_script
:
build_script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment