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 d2a6aae commit 2b125a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/LiterateCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
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.add(url="https://github.com/ITensor/TypeParameterAccessors.jl")
Pkg.add(url="https://github.com/ITensor/UnspecifiedTypes.jl")
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
Pkg.add(PackageSpec(name="Literate"))'
Expand Down

0 comments on commit 2b125a4

Please sign in to comment.