Skip to content

Commit c62ada1

Browse files
committed
remove fixed GraphMakie version for doc build
this hack should have been removed a looooong time ago.... ups
1 parent 3c15ccf commit c62ada1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
- run: |
4949
julia --project=docs -e '
5050
using Pkg
51-
# XXX: temp solution to resolve deps
52-
Pkg.add(url="https://github.com/JuliaPlots/GraphMakie.jl", rev="2301fbb")
5351
Pkg.develop(PackageSpec(path=pwd()))
5452
Pkg.instantiate()'
5553
- run: |

0 commit comments

Comments
 (0)