Skip to content

Commit 08e5d7c

Browse files
committed
fix doctests CI
1 parent 56f2eee commit 08e5d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- run: |
6363
julia --project=docs -e '
6464
using Documenter: doctest
65+
DocMeta.setdocmeta!(LogExpFunctions, :DocTestSetup, :(using LogExpFunctions); recursive=true)
6566
using LogExpFunctions
6667
doctest(LogExpFunctions)'
6768
- run: julia --project=docs docs/make.jl

0 commit comments

Comments
 (0)