From 6e6e1fa4d79c1c1c0d9ad30d22f5f596c79fd890 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Mon, 15 Jan 2024 07:44:37 -0500 Subject: [PATCH] Compat --- .github/workflows/Documentation.yml | 1 + Project.toml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 6a08fca1a..73a1826ca 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -20,6 +20,7 @@ jobs: run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build and deploy env: + JULIA_DEBUG: "Documenter" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key run: julia --project=docs/ --code-coverage=user docs/make.jl diff --git a/Project.toml b/Project.toml index 34f7a6051..20ecf8ee5 100644 --- a/Project.toml +++ b/Project.toml @@ -79,10 +79,10 @@ NLsolve = "4.5" NaNMath = "1" NonlinearProblemLibrary = "0.1.2" OrdinaryDiffEq = "6.63" -Pkg = "1" +Pkg = "1.10" PrecompileTools = "1.2" Preferences = "1" -Printf = "1" +Printf = "1.10" Random = "1.91" RecursiveArrayTools = "3.2" Reexport = "1.2" @@ -90,7 +90,7 @@ SIAMFANLEquations = "1.0.1" SafeTestsets = "0.1" SciMLBase = "2.19.0" SimpleNonlinearSolve = "1.0.2" -SparseArrays = "1" +SparseArrays = "1.10" SparseDiffTools = "2.14" SpeedMapping = "0.3" StableRNGs = "1" @@ -98,7 +98,7 @@ StaticArrays = "1.7" StaticArraysCore = "1.4" Sundials = "4.23.1" Symbolics = "5.13" -Test = "1" +Test = "1.10" TimerOutputs = "0.5" Zygote = "0.6.67" julia = "1.10"