We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cb6b0 commit 5a729e7Copy full SHA for 5a729e7
2 files changed
.github/workflows/IntegrationTest.yml
@@ -37,6 +37,6 @@ jobs:
37
steps:
38
- name: "Fail if any downstream integration test failed"
39
run: |
40
- echo "integration-test.result = ${{ needs['integration-test'].result }}"
41
- test "${{ needs['integration-test'].result }}" = "success"
+ echo "integration-test.result = ${{ needs.integration-test.result }}"
+ test "${{ needs.integration-test.result }}" = "success"
42
Project.toml
@@ -1,6 +1,6 @@
1
name = "SparseArraysBase"
2
uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208"
3
-version = "0.9.11"
+version = "0.9.12"
4
authors = ["ITensor developers <support@itensor.org> and contributors"]
5
6
[workspace]
0 commit comments