Commit 73b840dc by Henry Schreiner Committed by Wenzel Jakob

Fix for issue in latest conda (#1757)

parent ae951ca0
......@@ -49,7 +49,7 @@ install:
if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }
$env:PATH = "C:\Miniconda$env:CONDA\;C:\Miniconda$env:CONDA\Scripts\;$env:PATH"
$env:PYTHONHOME = "C:\Miniconda$env:CONDA"
conda update -y -n base conda
conda --version
conda install -y -q pytest numpy scipy
}
- ps: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment