File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2020 run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2121 - name : Build and deploy
2222 env :
23+ JULIA_DEBUG : " Documenter"
2324 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
2425 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2526 run : julia --project=docs/ --code-coverage=user docs/make.jl
Original file line number Diff line number Diff line change @@ -79,26 +79,26 @@ NLsolve = "4.5"
7979NaNMath = " 1"
8080NonlinearProblemLibrary = " 0.1.2"
8181OrdinaryDiffEq = " 6.63"
82- Pkg = " 1"
82+ Pkg = " 1.10 "
8383PrecompileTools = " 1.2"
8484Preferences = " 1"
85- Printf = " 1"
85+ Printf = " 1.10 "
8686Random = " 1.91"
8787RecursiveArrayTools = " 3.2"
8888Reexport = " 1.2"
8989SIAMFANLEquations = " 1.0.1"
9090SafeTestsets = " 0.1"
9191SciMLBase = " 2.19.0"
9292SimpleNonlinearSolve = " 1.0.2"
93- SparseArrays = " 1"
93+ SparseArrays = " 1.10 "
9494SparseDiffTools = " 2.14"
9595SpeedMapping = " 0.3"
9696StableRNGs = " 1"
9797StaticArrays = " 1.7"
9898StaticArraysCore = " 1.4"
9999Sundials = " 4.23.1"
100100Symbolics = " 5.13"
101- Test = " 1"
101+ Test = " 1.10 "
102102TimerOutputs = " 0.5"
103103Zygote = " 0.6.67"
104104julia = " 1.10"
You can’t perform that action at this time.
0 commit comments