We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12883c commit e80e36aCopy full SHA for e80e36a
.github/workflows/CI.yml
@@ -49,7 +49,7 @@ jobs:
49
julia --project=docs -e '
50
using Pkg
51
# XXX: temp solution to resolve deps
52
- Pkg.add(url="https://github.com/JuliaPlots/GraphMakie.jl", rev="f9b8c18")
+ Pkg.add(url="https://github.com/JuliaPlots/GraphMakie.jl", rev="2301fbb")
53
Pkg.develop(PackageSpec(path=pwd()))
54
Pkg.instantiate()'
55
- run: |
Project.toml
@@ -11,6 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
11
12
[compat]
13
GeometryBasics = "0.3"
14
+Requires = "1"
15
julia = "1"
16
17
[extras]
0 commit comments