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
de65958f
Unverified
Commit
de65958f
authored
Oct 04, 2018
by
Nikita Titov
Committed by
GitHub
Oct 04, 2018
Browse files
[ci] updated Appveyor's Miniconda selection (#1731)
parent
93ba3686
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.appveyor.yml
.appveyor.yml
+2
-1
No files found.
.appveyor.yml
View file @
de65958f
...
...
@@ -23,7 +23,8 @@ install:
"3.4" {$env:MINICONDA = """C:\Miniconda34-x64"""}
"3.5" {$env:MINICONDA = """C:\Miniconda35-x64"""}
"3.6" {$env:MINICONDA = """C:\Miniconda36-x64"""}
default {$env:MINICONDA = """C:\Miniconda36-x64"""}
"3.7" {$env:MINICONDA = """C:\Miniconda37-x64"""}
default {$env:MINICONDA = """C:\Miniconda37-x64"""}
}
-
set PATH=%MINICONDA%;%MINICONDA%\Scripts;%PATH%
-
set SKLEARN_SITE_JOBLIB=true
# temp fix for joblib warning in examples
...
...
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