Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI fixes v2 #4980

Merged
merged 4 commits into from
Sep 10, 2024
Merged

CI fixes v2 #4980

merged 4 commits into from
Sep 10, 2024

Commits on Aug 29, 2024

  1. CI fixes (#4974)

    * Update tests for Latexify 0.16.5
    
    Behaviour was changed such that ã becomes \tilde{a}, instead of
    \textnormal{\~{a}}.
    
    * Test Julia 1.6 on x86 macOS instead of ARM
    
    See: https://discourse.julialang.org/t/how-to-fix-github-actions-ci-failures-with-julia-1-6-or-1-7-on-macos-latest-and-macos-14/117019
    
    * Bump GR compat and Plots version number
    
    * update plotly show methods for PlotlyKaleido v2
    
    * remove Pkg
    
    * add it back
    
    ---------
    
    Co-authored-by: Simon Christ <christ@cell.uni-hannover.de>
    penelopeysm and BeastyBlacksmith committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    60cb095 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    f54a5fb View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    e3aebe6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Reorganise failing tests

     - Disabled reference tests 25 and 30, which require StatsPlots support,
       for all backends (in PlotsBase/src/examples.jl)
     - Separate tests that are skipped and tests that are known to be broken
       due to upstream issues
     - Re-enable reference test 41 as upstream issue has been fixed
       (JuliaLang/julia#47261)
     - Disable reference test 50 because of upstream issue
       (jheinen/GR.jl#550)
    penelopeysm committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    014c5be View commit details
    Browse the repository at this point in the history