Skip to content

Commit 5a729e7

Browse files
authored
Apply branch_protection_fixes patch (#125)
1 parent f9cb6b0 commit 5a729e7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/IntegrationTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
steps:
3838
- name: "Fail if any downstream integration test failed"
3939
run: |
40-
echo "integration-test.result = ${{ needs['integration-test'].result }}"
41-
test "${{ needs['integration-test'].result }}" = "success"
40+
echo "integration-test.result = ${{ needs.integration-test.result }}"
41+
test "${{ needs.integration-test.result }}" = "success"
4242

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SparseArraysBase"
22
uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208"
3-
version = "0.9.11"
3+
version = "0.9.12"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

0 commit comments

Comments
 (0)