Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Nov 1, 2023
1 parent ba7d92f commit 880cb65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
julia --project=docs -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
Pkg.instantiate()
Pkg.update()'
- run: |
julia --project=docs -e '
using Documenter: doctest
Expand Down

0 comments on commit 880cb65

Please sign in to comment.