diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index d9071c23..b24879e7 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -21,8 +21,9 @@ jobs: strategy: matrix: pkg: - - "__none__" + - "https://github.com/ITensor/Tennis.jl" uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" + secrets: inherit with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" pkg: "${{ matrix.pkg }}" diff --git a/Project.toml b/Project.toml index 8c1c27c1..cad3538f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" -version = "0.15.22" +version = "0.15.23" authors = ["Matthew Fishman , Joseph Tindall and contributors"] [workspace]