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.
1 parent 63e8f68 commit cfbb24fCopy full SHA for cfbb24f
appveyor.yml
@@ -16,6 +16,9 @@ environment:
16
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\run_with_env.cmd"
17
18
matrix:
19
+ # https://github.com/conda/conda-build/issues/1001
20
+ # disabling 3.4 as windows complains upon compiling byte
21
+ # code
22
- PYTHON: "C:\\Python34_64"
23
PYTHON_VERSION: "3.4"
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
71
- cmd: conda config --set ssl_verify false
72
73
# add the pandas channel *before* defaults to have defaults take priority
0 commit comments