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 27, 2024
1 parent a191dc4 commit 3eabd2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/LiterateCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ jobs:
run: |
julia -e '
using Pkg
# TODO: Delete these once they are registered.
Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl")
Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl")
Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl")
Pkg.add(url="https://github.com/ITensor/LabelledNumbers.jl")
Pkg.add(url="https://github.com/ITensor/GradedUnitRanges.jl")
Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl")
Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
Pkg.add(PackageSpec(name="Literate"))'
Expand Down

0 comments on commit 3eabd2b

Please sign in to comment.