From 2a06def1a3421044ab2872148fd5d28f368519d6 Mon Sep 17 00:00:00 2001 From: marius Date: Mon, 18 Dec 2023 00:57:02 -0800 Subject: [PATCH] fix tests, test on 1.10 --- .github/workflows/tests_and_docs.yml | 2 +- docs/make.jl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests_and_docs.yml b/.github/workflows/tests_and_docs.yml index 8cbaaf5..cdf8d41 100644 --- a/.github/workflows/tests_and_docs.yml +++ b/.github/workflows/tests_and_docs.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - julia-version: ['1.7', '1.8', '1.9'] + julia-version: ['1.7', '1.8', '1.9', '~1.10.0-0'] threads: ['1', '2'] fail-fast: false steps: diff --git a/docs/make.jl b/docs/make.jl index cf96850..30c3623 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -9,8 +9,8 @@ end using Documenter, MuseInference, Turing -# change to true to skip running doc code -Documenter.Utilities.Selectors.disable(::Type{Documenter.Expanders.ExampleBlocks}) = false +# uncomment to skip running doc code +# Documenter.Selectors.disable(::Type{Documenter.Expanders.ExampleBlocks}) = true makedocs( sitename = "MuseInference",