Skip to content

Commit

Permalink
Update IntegrationTest workflow (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Feb 14, 2025
1 parent 2b5bddc commit 55a8263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
name: "IntegrationTest"
strategy:
matrix:
repo:
- 'ITensor/ITensorBase.jl'
pkg:
- 'ITensorBase'
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
repo: "${{ matrix.repo }}"
pkg: "${{ matrix.pkg }}"

0 comments on commit 55a8263

Please sign in to comment.