Merge pull request #1581 from weiji14/windows-miniconda-4.8.3

Update Miniconda version on Windows from 4.6.14 to 4.8.3/latest
This commit is contained in:
Maxim Lobanov
2020-10-13 10:55:54 +03:00
committed by GitHub

View File

@@ -5,10 +5,8 @@
$CondaDestination = "C:\Miniconda"
# Lock to Miniconda 4.6 until we do the work to run `conda init` for the vsts user
# Then we can go back to installing the latest Miniconda
# $url = "https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe"
$InstallerName = "Miniconda3-4.6.14-Windows-x86_64.exe"
# Install the latest Miniconda
$InstallerName = "Miniconda3-latest-Windows-x86_64.exe"
$InstallerUrl = "https://repo.continuum.io/miniconda/${InstallerName}"
$ArgumentList = ("/S", "/AddToPath=0", "/RegisterPython=0", "/D=$CondaDestination")