Skip to content

Commit

Permalink
Merge pull request #1 from jakirkham/remove_conda-build_pinnings
Browse files Browse the repository at this point in the history
Drop conda-build pinning on AppVeyor
  • Loading branch information
jakirkham committed May 19, 2016
2 parents 8da8528 + bd1c34f commit 757544c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ install:
- cmd: conda config --add channels conda-forge
- cmd: conda info
- cmd: conda install -n root --quiet --yes conda-build anaconda-client jinja2 setuptools
# Workaround for Python 3.4 and x64 bug in latest conda-build.
# FIXME: Remove once there is a release that fixes the upstream issue
# ( https://github.com/conda/conda-build/issues/895 ).
- cmd: if "%TARGET_ARCH%" == "x64" if "%CONDA_PY%" == "34" conda install conda-build=1.20.0 --yes

# Skip .NET project specific build phase.
build: off
Expand Down

0 comments on commit 757544c

Please sign in to comment.