Skip to content

Commit e80e36a

Browse files
committed
add compat for Requires.jl
1 parent c12883c commit e80e36a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
julia --project=docs -e '
5050
using Pkg
5151
# XXX: temp solution to resolve deps
52-
Pkg.add(url="https://github.com/JuliaPlots/GraphMakie.jl", rev="f9b8c18")
52+
Pkg.add(url="https://github.com/JuliaPlots/GraphMakie.jl", rev="2301fbb")
5353
Pkg.develop(PackageSpec(path=pwd()))
5454
Pkg.instantiate()'
5555
- run: |

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1111

1212
[compat]
1313
GeometryBasics = "0.3"
14+
Requires = "1"
1415
julia = "1"
1516

1617
[extras]

0 commit comments

Comments
 (0)