Skip to content

Commit

Permalink
Update test/doctests.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mtsch and github-actions[bot] authored Jun 4, 2024
1 parent b100be5 commit 9256a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/doctests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if VERSION ≥ v"1.11-DEV" || VERSION < v"1.10-DEV" || !Sys.islinux()
@warn "Doctests only run on Linux and Julia 1.10"
else
DocMeta.setdocmeta!(
Ripserer, :DocTestSetup, :(using Ripserer; using Distances); recursive=true,
Ripserer, :DocTestSetup, :(using Ripserer; using Distances); recursive=true
)
doctest(Ripserer; fix=true)
end

0 comments on commit 9256a1a

Please sign in to comment.