From 5d1e7f41157cbc6aeb4a67f7b994a7aef5bd5863 Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Mon, 2 Dec 2024 15:44:59 -0500 Subject: [PATCH] Fix link to registry Co-authored-by: Matt Fishman --- templates/github/.github/workflows/LiterateCheck.yml | 2 +- templates/github/.github/workflows/Tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/github/.github/workflows/LiterateCheck.yml b/templates/github/.github/workflows/LiterateCheck.yml index 78cf0e9..5049572 100644 --- a/templates/github/.github/workflows/LiterateCheck.yml +++ b/templates/github/.github/workflows/LiterateCheck.yml @@ -12,4 +12,4 @@ jobs: name: "Literate Check" uses: "ITensor/JuliaActions/workflows/LiterateCheck.yml@main" with: - localregistry: https://github.com/ITensor/JuliaRegistry.git + localregistry: https://github.com/ITensor/ITensorRegistry.git diff --git a/templates/github/.github/workflows/Tests.yml b/templates/github/.github/workflows/Tests.yml index 318cead..28821f9 100644 --- a/templates/github/.github/workflows/Tests.yml +++ b/templates/github/.github/workflows/Tests.yml @@ -37,6 +37,6 @@ jobs: group: "${{ matrix.group }}" julia-version: "${{ matrix.version }}" os: "${{ matrix.os }}" - localregistry: https://github.com/ITensor/JuliaRegistry.git + localregistry: https://github.com/ITensor/ITensorRegistry.git secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}