diff --git a/templates/github/.github/workflows/LiterateCheck.yml b/templates/github/.github/workflows/LiterateCheck.yml index 1f943bd..802699b 100644 --- a/templates/github/.github/workflows/LiterateCheck.yml +++ b/templates/github/.github/workflows/LiterateCheck.yml @@ -11,3 +11,5 @@ jobs: format-check: name: "Literate Check" uses: "ITensor/JuliaActions/workflows/LiterateCheck.yml@main" + with: + localregistry: https://github.com/ITensor/JuliaRegistry.git diff --git a/templates/github/.github/workflows/Tests.yml b/templates/github/.github/workflows/Tests.yml index ab1a682..318cead 100644 --- a/templates/github/.github/workflows/Tests.yml +++ b/templates/github/.github/workflows/Tests.yml @@ -37,5 +37,6 @@ jobs: group: "${{ matrix.group }}" julia-version: "${{ matrix.version }}" os: "${{ matrix.os }}" + localregistry: https://github.com/ITensor/JuliaRegistry.git secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}