Skip to content

Commit

Permalink
Try not updating conda on appveyor... (debugging weird new build fail…
Browse files Browse the repository at this point in the history
…ure)
  • Loading branch information
brian-rose committed Jul 2, 2019
1 parent 77ac8a8 commit 9087b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install_python.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function UpdateConda ($python_home) {

function main () {
InstallMiniconda $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
UpdateConda $env:PYTHON
# UpdateConda $env:PYTHON
InstallCondaPackages $env:PYTHON "conda-build jinja2 anaconda-client"
}

Expand Down

0 comments on commit 9087b67

Please sign in to comment.