We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b4764 commit 6cefc25Copy full SHA for 6cefc25
.github/workflows/AddITensorRegistry.yml
@@ -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
12
+ registry: ITensor/ITensorRegistry
13
+ ssh-key: ${{ secrets.DOCUMENTER_KEY }}
14
+ - uses: julia-actions/julia-runtest@v1
.github/workflows/CompatHelper.yml
@@ -13,4 +13,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16
- run: julia -e 'using CompatHelper; CompatHelper.main()'
+ run: julia -e 'using CompatHelper; CompatHelper.main(; use_existing_registries=true)'
0 commit comments