Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
CI: try explicitly including msvc_runtime #6116
Conversation
tacaswell
added the
needs_review
label
Mar 6, 2016
janschulz
commented on the diff
Mar 6, 2016
appveyor.yml
| @@ -68,7 +68,7 @@ install: | ||
| - 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" | ||
| # same things as the requirements in ci/conda_recipe/meta.yaml | ||
| - - cmd: conda create -y -q -n test-environment python=%PYTHON_VERSION% pip setuptools numpy python-dateutil freetype msinttypes tk pyparsing pytz tornado libpng zlib pyqt cycler nose mock | ||
| + - cmd: conda create -y -q -n test-environment python=%PYTHON_VERSION% pip setuptools numpy python-dateutil freetype msinttypes tk pyparsing pytz tornado libpng zlib pyqt cycler nose mock msvc_runtime |
janschulz
Contributor
|
|
IMO this should be merged... Maybe the conda ppl can shed some light why this is only now failing... OR if the msvc dependency it the right thing to do... |
|
Ok lets merge this. If it can be done in a more clean way we can change it again |
jenshnielsen
added a commit
that referenced
this pull request
Mar 6, 2016
|
|
jenshnielsen |
1fb465a
|
jenshnielsen
merged commit 1fb465a
into matplotlib:master
Mar 6, 2016
mdboom
removed the
needs_review
label
Mar 6, 2016
tacaswell
deleted the
tacaswell:ci_fix_appveyor branch
Mar 6, 2016
This was referenced Mar 7, 2016
QuLogic
added this to the
2.1 (next point release)
milestone
Jul 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tacaswell commentedMar 6, 2016
Might solve #6115