We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58e465 commit c82ab9cCopy full SHA for c82ab9c
2 files changed
.github/workflows/IntegrationTest.yml
@@ -21,8 +21,9 @@ jobs:
21
strategy:
22
matrix:
23
pkg:
24
- - "__none__"
+ - "https://github.com/ITensor/Tennis.jl"
25
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
26
+ secrets: inherit
27
with:
28
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
29
pkg: "${{ matrix.pkg }}"
Project.toml
@@ -1,6 +1,6 @@
1
name = "ITensorNetworks"
2
uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7"
3
-version = "0.15.22"
+version = "0.15.23"
4
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
5
6
[workspace]
0 commit comments