Skip to content

Commit aa7a93b

Browse files
committed
appveyor: Restrict conda-build downgrade to Python 3.4 64-bit.
1 parent c6b4650 commit aa7a93b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ install:
7777
- cmd: conda install --yes --quiet obvious-ci conda-build-all
7878
- cmd: obvci_install_conda_build_tools.py
7979
# Workaround for Python 3.4 and x64 bug in latest conda-build.
80-
# FIXME: remove this once a new conda-build is released!
81-
- cmd: conda install --yes conda-build=1.20.0
80+
# FIXME: Remove once there is a release that fixes the upstream issue
81+
# ( https://github.com/conda/conda-build/issues/895 ).
82+
- cmd: if "%TARGET_ARCH%" == "x64" if "%CONDA_PY%" == "34" conda install conda-build=1.20.0 --yes
8283
- cmd: conda info
8384

8485
# Skip .NET project specific build phase.

0 commit comments

Comments
 (0)