Skip to content

Commit

Permalink
Revert addition of GLMakie to test/Project.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
BKaperick committed Sep 22, 2024
1 parent e5d895e commit a222013
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
GraphsMatching = "c3af3a8c-b79e-4b01-bf44-c718d7e0e0d6"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Expand Down
2 changes: 2 additions & 0 deletions test/setup_plotting.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
using Pkg
Pkg.add("GLMakie")
2 changes: 1 addition & 1 deletion test/test_plotting_cairo.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@testitem "Plotting Cairo" tags=[:plotting_cairo] begin
using GLMakie
include("setup_plotting.jl")
using CairoMakie
CairoMakie.activate!()

Expand Down
1 change: 1 addition & 0 deletions test/test_plotting_gl.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@testitem "Plotting GL" tags=[:plotting_gl] begin
include("setup_plotting.jl")
using GLMakie
GLMakie.activate!()

Expand Down

0 comments on commit a222013

Please sign in to comment.