Conversation
updated pretty tables to v3.1.0 and all tests pass
|
hmm any idea about the CI failure? |
Wasn't sure if this question was aimed towards me, the only info I have about it is that it looks like this failure was happening on other PRs opened before mine. Is PR #541 meant to address the CI failure? |
|
#541 is only an issue to reactivate the github workflow again, that PRs like yours do not need to be made manually in the future (see #542). I has a quick look at the CI output ofnyour PR and master and they are different. For your PR it seems that the |
* Bump PrettyTables compat to v3 (related to #540 * Adapt to v3 of PrettyTables.jl * Allow backwards compatibility to PrettyTables v2
|
fixed by #543 |
I updated PrettyTables to version 3.1.0 and all the tests in
test/runtests.jlare passing. I am trying to update PrettyTables in some other repos that also depend on TimeSeries, which is currently limiting the PrettyTables version to less thanv3.0.0.