Skip to content

Commit 4de86e8

Browse files
committed
Normalize pkgs block scalar style to |
1 parent c987e92 commit 4de86e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/IntegrationTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
secrets: "inherit"
1919
with:
2020
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
21-
pkgs: |-
21+
pkgs: |
2222
[
2323
"BlockSparseArrays",
2424
"DiagonalArrays",
@@ -29,4 +29,4 @@ jobs:
2929
"KroneckerArrays",
3030
"NamedDimsArrays",
3131
"SparseArraysBase"
32-
]
32+
]

0 commit comments

Comments
 (0)