Skip to content

Commit c47e9eb

Browse files
committed
use fixed version of TikzGraphs
1 parent 84b9815 commit c47e9eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
sudo apt install -y pdf2svg texlive-latex-base texlive-binaries texlive-pictures texlive-latex-extra texlive-luatex
3535
luatex -v
3636
pdflatex -v
37-
julia --project=docs/ -e 'using Pkg; Pkg.develop("TikzGraphs"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
37+
julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
3838
julia --project=docs/ docs/make.jl

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ LoopVectorization = "0.12"
3131
Reexport = "1.0"
3232
StatsFuns = "0.9"
3333
Tables = "1"
34-
TikzGraphs = "1.2"
34+
TikzGraphs = "1.3"
35+
julia = "1.6"

0 commit comments

Comments
 (0)