Thanks to visit codestin.com Credit goes to github.com
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 c47edde commit 9e0f4afCopy full SHA for 9e0f4af
1 file changed
appveyor.yml
@@ -77,9 +77,6 @@ install:
77
# Fix the appveyor build environment to work with conda build
78
# workaround for missing vcvars64.bat in py34 64bit
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
84
# For building, use a new environment which only includes the requirements for mpl
85
# same things as the requirements in ci/conda_recipe/meta.yaml
0 commit comments