Skip to content

Commit

Permalink
Merge pull request #132 from GalerkinToolkit/docs_project
Browse files Browse the repository at this point in the history
Using a standard dep for GLMakie on docs
  • Loading branch information
fverdugo authored Oct 31, 2024
2 parents 9937588 + 41001d9 commit 25c48a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
Pkg.add("GLMakie")'
Pkg.build("GLMakie")'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
PartitionedArrays = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
PartitionedSolvers = "11b65f7f-80ac-401b-9ef2-3db765482d62"

[weakdeps]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"

0 comments on commit 25c48a6

Please sign in to comment.