Skip to content

Commit 3eabd2b

Browse files
committed
Try fixing Literate check
1 parent a191dc4 commit 3eabd2b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/LiterateCheck.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ jobs:
1818
run: |
1919
julia -e '
2020
using Pkg
21+
# TODO: Delete these once they are registered.
22+
Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl")
23+
Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl")
24+
Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl")
25+
Pkg.add(url="https://github.com/ITensor/LabelledNumbers.jl")
26+
Pkg.add(url="https://github.com/ITensor/GradedUnitRanges.jl")
2127
Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl")
28+
Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
2229
Pkg.develop(PackageSpec(path=pwd()))
2330
Pkg.instantiate()
2431
Pkg.add(PackageSpec(name="Literate"))'

0 commit comments

Comments
 (0)