From fb045e0a26bc9b75e018055e223c0a8e0a6730b0 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 13 Oct 2024 23:23:58 +0200 Subject: [PATCH] add `MPLBACKEND` to ci script --- ci/build-docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build-docs.sh b/ci/build-docs.sh index 8ce9acc12..47afc7938 100644 --- a/ci/build-docs.sh +++ b/ci/build-docs.sh @@ -48,6 +48,7 @@ fi export LD_PRELOAD=$(g++ --print-file-name=libstdc++.so) export GKSwstype=nul # Plots.jl/issues/3664 +export MPLBACKEND=agg export COLORTERM=truecolor # UnicodePlots.jl export PLOTDOCS_ANSICOLOR=true export JULIA_CONDAPKG_BACKEND=MicroMamba