Skip to content

Commit 6cefc25

Browse files
committed
Add ITensorRegistry to workflows and enable in CompatHelper
1 parent a8b4764 commit 6cefc25

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
jobs:
2+
test:
3+
runs-on: ubuntu-latest
4+
steps:
5+
- uses: actions/checkout@v4
6+
- uses: julia-actions/setup-julia@v2
7+
with:
8+
version: "1"
9+
- uses: julia-actions/cache@v2
10+
- uses: julia-actions/add-julia-registry@v2
11+
with:
12+
registry: ITensor/ITensorRegistry
13+
ssh-key: ${{ secrets.DOCUMENTER_KEY }}
14+
- uses: julia-actions/julia-runtest@v1

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16-
run: julia -e 'using CompatHelper; CompatHelper.main()'
16+
run: julia -e 'using CompatHelper; CompatHelper.main(; use_existing_registries=true)'

0 commit comments

Comments
 (0)