Skip to content

Commit

Permalink
Remove Makie addition
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Apr 12, 2024
1 parent 5ad5138 commit 841982c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y texlive-full texlive-luatex latexmk
- name: Install X packages for GLMakie
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev xsettingsd x11-xserver-utils
- name: Install master branch of Makie et al
run: julia --project=@. -e 'using Pkg; pkg"add Makie CairoMakie MakieCore"'
# - name: Install master branch of Makie et al
# run: julia --project=@. -e 'using Pkg; pkg"add Makie CairoMakie MakieCore"'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit 841982c

Please sign in to comment.