File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
templates/github/.github/workflows Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1919 uses : " ITensor/ITensorActions/.github/workflows/Documentation.yml@main"
2020 with :
2121 localregistry : https://github.com/ITensor/ITensorRegistry.git
22- secrets : " inherit"
22+ secrets :
23+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1212This package resides in the ` ITensor/ITensorRegistry ` local registry.
1313In order to install, simply add that registry through your package manager.
1414This step is only required once.
15-
1615``` julia
1716julia> using Pkg: Pkg
1817
1918julia> Pkg. Registry. add (url= " https://github.com/ITensor/ITensorRegistry" )
2019```
21-
2220Then, the package can be added as usual through the package manager:
2321
24-
2522``` julia
2623julia> Pkg. add (" ITensorPkgSkeleton" )
2724```
Original file line number Diff line number Diff line change 1919 uses : " ITensor/ITensorActions/.github/workflows/Documentation.yml@main"
2020 with :
2121 localregistry : https://github.com/ITensor/ITensorRegistry.git
22- secrets : " inherit"
22+ secrets :
23+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments