Skip to content

Commit

Permalink
Update IntegrationTest workflow (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Feb 14, 2025
1 parent 7c70e54 commit 28640bb
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/BlockSparseArrays.jl'
pkg:
- 'BlockSparseArrays'
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 28640bb

Please sign in to comment.