Add workaround for failures due to newer miktex#6744
Merged
jankatins merged 1 commit intomatplotlib:masterfrom Jul 15, 2016
jankatins:miktex-workaround
Merged
Add workaround for failures due to newer miktex#6744jankatins merged 1 commit intomatplotlib:masterfrom jankatins:miktex-workaround
jankatins merged 1 commit intomatplotlib:masterfrom
jankatins:miktex-workaround
Conversation
Contributor
Author
|
Builds in https://ci.appveyor.com/project/JanSchulz/matplotlib/build/1.0.197 Will merge when one of them passes... |
Member
|
Thanks @JanSchulz |
Member
|
For the record I am happy for you to self merge this (I.e. count this as a review) |
Contributor
Author
|
Oh fun, can't reproduce on my local system (which also has updated local latex packages on top of the conda installed miktex conda-package provided ones...): |
Contributor
Author
|
Ok, I can replicate when I start with no local latex packages -> it seems that this happens when you use a newly installed miktex, so the problem is in the miktex package. |
Contributor
Author
|
Ok, tests pass, lets merge this and then I will hopefully find the problem in miktex and fix it there... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should stop the current failures on appveyor, e.g., #6741
I will investigate what the real problem is...