Skip to content

Commit 7d68856

Browse files
committed
Update CompatHelper
1 parent 6cefc25 commit 7d68856

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/AddITensorRegistry.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/CompatHelper.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,18 @@ jobs:
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16-
run: julia -e 'using CompatHelper; CompatHelper.main(; use_existing_registries=true)'
16+
run: julia -e '
17+
using CompatHelper
18+
registries = [
19+
Pkg.RegistrySpec(
20+
name = "General",
21+
uuid = "23338594-aafe-5451-b93e-139f81909106",
22+
url = "https://github.com/JuliaRegistries/General.git",
23+
),
24+
Pkg.RegistrySpec(
25+
name = "ITensorRegistry",
26+
uuid = "c4d53e37-7e0e-4be9-ba6f-c27e01f48020",
27+
url = "https://github.com/ITensor/ITensorRegistry.git",
28+
),
29+
]
30+
CompatHelper.main(; registries)'

0 commit comments

Comments
 (0)