File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,6 @@ install:
77
77
# Fix the appveyor build environment to work with conda build
78
78
# workaround for missing vcvars64.bat in py34 64bit
79
79
- cmd : copy ci\appveyor\vcvars64.bat "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64"
80
- # workaround for conda build on py27 prefering the normal installed
81
- # VS tools instead of the also installed Py27 VS compiler (which wouldn't need this workarounds...)
82
- - cmd : copy "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars64.bat" "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\vcvarsamd64.bat"
83
80
84
81
# For building, use a new environment which only includes the requirements for mpl
85
82
# same things as the requirements in ci/conda_recipe/meta.yaml
You can’t perform that action at this time.
0 commit comments