"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "1fb9df601c0b6b84bb072a6450a65ef0eb5664e9"
Commit 73b840dc authored by Henry Schreiner's avatar Henry Schreiner Committed by Wenzel Jakob
Browse files

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