We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
conda-build
1 parent c6b4650 commit aa7a93bCopy full SHA for aa7a93b
appveyor.yml
@@ -77,8 +77,9 @@ install:
77
- cmd: conda install --yes --quiet obvious-ci conda-build-all
78
- cmd: obvci_install_conda_build_tools.py
79
# 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
+ # FIXME: Remove once there is a release that fixes the upstream issue
+ # ( 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
83
- cmd: conda info
84
85
# Skip .NET project specific build phase.
0 commit comments