Skip to content

Commit

Permalink
prevent segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Oct 13, 2024
1 parent 38c6c95 commit 324fb8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,8 @@ function main()
unicodeplots()
gaston()

PythonPlot.pygui(false) # prevent segfault on event loop in ci

# NOTE: for a faster representative test build use `PLOTDOCS_PACKAGES='GR' PLOTDOCS_EXAMPLES='1'`
default_packages = "GR,PythonPlot,PlotlyJS,PGFPlotsX,UnicodePlots,Gaston"
packages = get(ENV, "PLOTDOCS_PACKAGES", default_packages)
Expand Down

0 comments on commit 324fb8e

Please sign in to comment.