From 3b4cdbbdf973b04b1a634212d28b192455d85de5 Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Mon, 2 Dec 2024 11:45:33 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Matt Fishman --- .github/workflows/CI.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8acca9f..2dc4700 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,7 +41,7 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 with: localregistry: | - https://github.com/ITensor/JuliaRegistry.git + https://github.com/ITensor/ITensorRegistry.git - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v5 @@ -71,7 +71,7 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 with: localregistry: | - https://github.com/ITensor/JuliaRegistry.git + https://github.com/ITensor/ITensorRegistry.git - uses: julia-actions/julia-docdeploy@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 5940677..f9c0216 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ tensors and allocating as little data as possible. ## Installation instructions -This package resides in the `ITensor/JuliaRegistry` local registry. +This package resides in the `ITensor/ITensorRegistry` local registry. In order to install, simply add that registry through your package manager. This step is only required once. ```julia