Add Workaround for Trie implementation for Julia version 1.10+ (#7)
Some checks failed
MetagraphOptimization_CI / docs (push) Successful in 8m32s
MetagraphOptimization_CI / test (push) Failing after 12m1s

Co-authored-by: Anton Reinhard <anton.reinhard@proton.me>
Reviewed-on: #7
This commit is contained in:
2024-05-08 14:00:25 +02:00
parent 87dbaf2c32
commit 7d7782f97f
2 changed files with 36 additions and 6 deletions

View File

@ -17,9 +17,9 @@ jobs:
fetch-depth: 0
- name: Setup Julia environment
uses: https://github.com/julia-actions/setup-julia@v1.9.2
uses: https://github.com/julia-actions/setup-julia@v2
with:
version: '1.9.2'
version: '1.10'
- name: Instantiate
run: |
@ -58,9 +58,9 @@ jobs:
fetch-depth: 0
- name: Setup Julia environment
uses: https://github.com/julia-actions/setup-julia@v1.9.2
uses: https://github.com/julia-actions/setup-julia@v2
with:
version: '1.9.2'
version: '1.10'
- name: Build docs
run: |