Skip to content

Commit 66b785d

Browse files
committed
Normalize pkgs block scalar style to |
1 parent 917a6be commit 66b785d

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",
@@ -28,4 +28,4 @@ jobs:
2828
"NamedDimsArrays",
2929
"SparseArraysBase",
3030
"TensorAlgebra"
31-
]
31+
]

0 commit comments

Comments
 (0)