Commit 6c62d279 by Henry Schreiner Committed by Jason Rhinelander

Fix for conda failures on Windows

parent 41a4fd8a
...@@ -48,6 +48,7 @@ install: ...@@ -48,6 +48,7 @@ install:
if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" } if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }
$env:PATH = "C:\Miniconda$env:CONDA\;C:\Miniconda$env:CONDA\Scripts\;$env:PATH" $env:PATH = "C:\Miniconda$env:CONDA\;C:\Miniconda$env:CONDA\Scripts\;$env:PATH"
$env:PYTHONHOME = "C:\Miniconda$env:CONDA" $env:PYTHONHOME = "C:\Miniconda$env:CONDA"
conda update -y -n base conda
conda install -y -q pytest numpy scipy conda install -y -q pytest numpy scipy
} }
- ps: | - 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