We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a191dc4 commit 3eabd2bCopy full SHA for 3eabd2b
.github/workflows/LiterateCheck.yml
@@ -18,7 +18,14 @@ jobs:
18
run: |
19
julia -e '
20
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")
27
Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl")
28
+ Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
29
Pkg.develop(PackageSpec(path=pwd()))
30
Pkg.instantiate()
31
Pkg.add(PackageSpec(name="Literate"))'
0 commit comments