We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae951ca commit 73b840dCopy full SHA for 73b840d
.appveyor.yml
@@ -49,7 +49,7 @@ install:
49
if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }
50
$env:PATH = "C:\Miniconda$env:CONDA\;C:\Miniconda$env:CONDA\Scripts\;$env:PATH"
51
$env:PYTHONHOME = "C:\Miniconda$env:CONDA"
52
- conda update -y -n base conda
+ conda --version
53
conda install -y -q pytest numpy scipy
54
}
55
- ps: |
0 commit comments