Skip to content

Commit

Permalink
Try fix doctests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Nov 7, 2023
1 parent 61c146a commit 40df80a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
julia --project=docs -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.add(LinearOperatorCollection)
Pkg.add(Wavelets)
Pkg.instantiate()'
- run: |
julia --project=docs -e '
Expand Down

0 comments on commit 40df80a

Please sign in to comment.