Skip to content

Commit

Permalink
[ci] updated Appveyor's Miniconda selection (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS committed Oct 4, 2018
1 parent 93ba368 commit de65958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit de65958

Please sign in to comment.