File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - " reopened"
1414 - " ready_for_review"
1515 - " converted_to_draft"
16+ paths :
17+ - " Project.toml"
1618jobs :
1719 integration-test :
1820 name : " IntegrationTest"
2628 with :
2729 localregistry : " https://github.com/ITensor/ITensorRegistry.git"
2830 pkg : " ${{ matrix.pkg }}"
31+ integration-gate :
32+ name : " IntegrationTest"
33+ needs : " integration-test"
34+ if : " ${{ always() }}"
35+ runs-on : " ubuntu-latest"
36+ steps :
37+ - name : " Fail if any downstream integration test failed"
38+ run : |
39+ echo "integration-test.result = ${{ needs.integration-test.result }}"
40+ test "${{ needs.integration-test.result }}" = "success"
41+
Original file line number Diff line number Diff line change 4040 localregistry : " https://github.com/ITensor/ITensorRegistry.git"
4141 secrets :
4242 CODECOV_TOKEN : " ${{ secrets.CODECOV_TOKEN }}"
43+ tests-gate :
44+ name : " Tests"
45+ needs : " tests"
46+ if : " ${{ always() }}"
47+ runs-on : " ubuntu-latest"
48+ steps :
49+ - name : " Fail if any matrix leg failed"
50+ run : |
51+ echo "tests.result = ${{ needs.tests.result }}"
52+ test "${{ needs.tests.result }}" = "success"
53+
Original file line number Diff line number Diff line change 11name = " BlockSparseArrays"
22uuid = " 2c9a651f-6452-4ace-a6ac-809f4280fbb4"
3- version = " 0.10.23 "
3+ version = " 0.10.24 "
44authors = [" ITensor developers <support@itensor.org> and contributors" ]
55
66[workspace ]
You can’t perform that action at this time.
0 commit comments