Skip to content

Commit e03ddf0

Browse files
committed
fix doctests CI, take 2
1 parent 08e5d7c commit e03ddf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
Pkg.instantiate()'
6262
- run: |
6363
julia --project=docs -e '
64-
using Documenter: doctest
64+
using Documenter: doctest, DocMeta
6565
DocMeta.setdocmeta!(LogExpFunctions, :DocTestSetup, :(using LogExpFunctions); recursive=true)
6666
using LogExpFunctions
6767
doctest(LogExpFunctions)'

0 commit comments

Comments
 (0)