Skip to content

Commit

Permalink
Ensure that the Makie extension gets loaded in the loading tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Aug 8, 2024
1 parent 0b95169 commit d782442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1

# We add ModernGL and GLFW so that the backend extensions will be loaded too
# We add extension dependencies so that the extensions will be loaded too
- run: |
julia --project=. -e '
using Pkg
Pkg.add(["ModernGL", "GLFW"])
import CImGui, ModernGL, GLFW
Pkg.add(["ModernGL", "GLFW", "GLMakie"])
import CImGui, ModernGL, GLFW, GLMakie
'
tests:
Expand Down

0 comments on commit d782442

Please sign in to comment.