Skip to content

Commit

Permalink
Fix for issue in latest conda (pybind#1757)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored and wjakob committed Apr 7, 2019
1 parent ae951ca commit 73b840d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 73b840d

Please sign in to comment.