Skip to content

Commit 6e6e1fa

Browse files
committed
Compat
1 parent 81715de commit 6e6e1fa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
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

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,26 +79,26 @@ NLsolve = "4.5"
7979
NaNMath = "1"
8080
NonlinearProblemLibrary = "0.1.2"
8181
OrdinaryDiffEq = "6.63"
82-
Pkg = "1"
82+
Pkg = "1.10"
8383
PrecompileTools = "1.2"
8484
Preferences = "1"
85-
Printf = "1"
85+
Printf = "1.10"
8686
Random = "1.91"
8787
RecursiveArrayTools = "3.2"
8888
Reexport = "1.2"
8989
SIAMFANLEquations = "1.0.1"
9090
SafeTestsets = "0.1"
9191
SciMLBase = "2.19.0"
9292
SimpleNonlinearSolve = "1.0.2"
93-
SparseArrays = "1"
93+
SparseArrays = "1.10"
9494
SparseDiffTools = "2.14"
9595
SpeedMapping = "0.3"
9696
StableRNGs = "1"
9797
StaticArrays = "1.7"
9898
StaticArraysCore = "1.4"
9999
Sundials = "4.23.1"
100100
Symbolics = "5.13"
101-
Test = "1"
101+
Test = "1.10"
102102
TimerOutputs = "0.5"
103103
Zygote = "0.6.67"
104104
julia = "1.10"

0 commit comments

Comments
 (0)