Skip to content

Commit

Permalink
fix tests, test on 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Dec 18, 2023
1 parent b233f31 commit cfa62be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -25,7 +25,7 @@ makedocs(
],
checkdocs = :none,
doctest = false,
strict = false,
warnonly = false,
modules = [MuseInference]
)

Expand Down

0 comments on commit cfa62be

Please sign in to comment.