File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ environment:
16
16
CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ ci\\ run_with_env.cmd"
17
17
18
18
matrix :
19
+ # https://github.com/conda/conda-build/issues/1001
20
+ # disabling 3.4 as windows complains upon compiling byte
21
+ # code
19
22
- PYTHON : " C:\\ Python34_64"
20
23
PYTHON_VERSION : " 3.4"
21
24
PYTHON_ARCH : " 64"
@@ -62,6 +65,9 @@ install:
62
65
# install our build environment
63
66
- cmd : conda config --set show_channel_urls true --set always_yes true --set changeps1 false
64
67
- cmd : conda update -q conda
68
+
69
+ # fix conda-build version
70
+ - cmd : conda install conda-build=1.21.7
65
71
- cmd : conda config --set ssl_verify false
66
72
67
73
# add the pandas channel *before* defaults to have defaults take priority
You can’t perform that action at this time.
0 commit comments