We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TikzGraphs
1 parent 84b9815 commit c47e9ebCopy full SHA for c47e9eb
.github/workflows/deploy_docs.yml
@@ -34,5 +34,5 @@ jobs:
34
sudo apt install -y pdf2svg texlive-latex-base texlive-binaries texlive-pictures texlive-latex-extra texlive-luatex
35
luatex -v
36
pdflatex -v
37
- julia --project=docs/ -e 'using Pkg; Pkg.develop("TikzGraphs"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
+ julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
38
julia --project=docs/ docs/make.jl
Project.toml
@@ -31,4 +31,5 @@ LoopVectorization = "0.12"
31
Reexport = "1.0"
32
StatsFuns = "0.9"
33
Tables = "1"
-TikzGraphs = "1.2"
+TikzGraphs = "1.3"
+julia = "1.6"
0 commit comments