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
a957bd62
Unverified
Commit
a957bd62
authored
Dec 04, 2017
by
Nikita Titov
Committed by
GitHub
Dec 04, 2017
Browse files
updated path to Miniconda with Python 3.4 (#1098)
parent
15e77d76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.appveyor.yml
.appveyor.yml
+1
-1
No files found.
.appveyor.yml
View file @
a957bd62
...
@@ -21,7 +21,7 @@ install:
...
@@ -21,7 +21,7 @@ install:
-
ps
:
>-
-
ps
:
>-
switch ($env:PYTHON_VERSION) {
switch ($env:PYTHON_VERSION) {
"2.7" {$env:MINICONDA = """C:\Miniconda-x64"""}
"2.7" {$env:MINICONDA = """C:\Miniconda-x64"""}
"3.4" {$env:MINICONDA = """C:\Miniconda3-x64"""}
"3.4" {$env:MINICONDA = """C:\Miniconda3
4
-x64"""}
"3.5" {$env:MINICONDA = """C:\Miniconda35-x64"""}
"3.5" {$env:MINICONDA = """C:\Miniconda35-x64"""}
"3.6" {$env:MINICONDA = """C:\Miniconda36-x64"""}
"3.6" {$env:MINICONDA = """C:\Miniconda36-x64"""}
default {$env:MINICONDA = """C:\Miniconda36-x64"""}
default {$env:MINICONDA = """C:\Miniconda36-x64"""}
...
...
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