Skip to content

Commit

Permalink
Merge pull request #6 from DJ4Earth/prepare_for_notebook
Browse files Browse the repository at this point in the history
Prepare for notebook
  • Loading branch information
Cheng Gong authored Feb 19, 2024
2 parents 2642f88 + 8d566d9 commit 236cc0d
Show file tree
Hide file tree
Showing 9 changed files with 626 additions and 40 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/cache@v1
- 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
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
prefix: xvfb-run -s '-screen 0 1024x768x24'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Cthulhu = "f68482b8-f384-11e8-15f7-abe071a5a75f"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
#GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Expand Down
Loading

0 comments on commit 236cc0d

Please sign in to comment.