Skip to content

Commit

Permalink
Try fixing literate check
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 26, 2024
1 parent 585a15f commit d2a6aae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/LiterateCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
run: |
julia -e '
using Pkg
# TODO: Delete once they are registered.
Pkg.add("https://github.com/ITensor/TypeParameterAccessors.jl")
Pkg.add("https://github.com/ITensor/UnspecifiedTypes.jl")
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
Pkg.add(PackageSpec(name="Literate"))'
Expand Down

0 comments on commit d2a6aae

Please sign in to comment.