Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…n.jl into actions
  • Loading branch information
lkdvos committed Dec 2, 2024
2 parents 57ab692 + 5d1e7f4 commit c9037fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/github/.github/workflows/LiterateCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
name: "Literate Check"
uses: "ITensor/ITensorActions/workflows/LiterateCheck.yml@main"
with:
localregistry: https://github.com/ITensor/JuliaRegistry.git
localregistry: https://github.com/ITensor/ITensorRegistry.git
2 changes: 1 addition & 1 deletion templates/github/.github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c9037fd

Please sign in to comment.