Skip to content

Commit cfbb24f

Browse files
committed
BLD: fix conda-build version
1 parent 63e8f68 commit cfbb24f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ environment:
1616
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\run_with_env.cmd"
1717

1818
matrix:
19+
# https://github.com/conda/conda-build/issues/1001
20+
# disabling 3.4 as windows complains upon compiling byte
21+
# code
1922
- PYTHON: "C:\\Python34_64"
2023
PYTHON_VERSION: "3.4"
2124
PYTHON_ARCH: "64"
@@ -62,6 +65,9 @@ install:
6265
# install our build environment
6366
- cmd: conda config --set show_channel_urls true --set always_yes true --set changeps1 false
6467
- cmd: conda update -q conda
68+
69+
# fix conda-build version
70+
- cmd: conda install conda-build=1.21.7
6571
- cmd: conda config --set ssl_verify false
6672

6773
# add the pandas channel *before* defaults to have defaults take priority

0 commit comments

Comments
 (0)