Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fishman <[email protected]>
  • Loading branch information
lkdvos and mtfishman authored Dec 2, 2024
1 parent 3aa1e77 commit 3b4cdbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b4cdbb

Please sign in to comment.