Skip to content

Commit 81aa5fa

Browse files
committed
Normalize empty integration pkgs to []
1 parent 4b88693 commit 81aa5fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/IntegrationTest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,4 @@ jobs:
1919
with:
2020
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
2121
pkgs: |-
22-
[
23-
"__none__"
24-
]
22+
[]

0 commit comments

Comments
 (0)