Skip to content

Commit 41017b7

Browse files
committed
Try again
1 parent 7d68856 commit 41017b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16-
run: julia -e '
16+
shell: julia --color=yes {0}
17+
run: |
1718
using CompatHelper
1819
registries = [
1920
Pkg.RegistrySpec(
@@ -27,4 +28,4 @@ jobs:
2728
url = "https://github.com/ITensor/ITensorRegistry.git",
2829
),
2930
]
30-
CompatHelper.main(; registries)'
31+
CompatHelper.main(; registries)

0 commit comments

Comments
 (0)