Cleanup
Some checks failed
MetagraphOptimization_CI / test (push) Failing after 7m44s
MetagraphOptimization_CI / docs (push) Successful in 8m28s

This commit is contained in:
2024-03-13 18:51:31 +01:00
parent 70127817b3
commit 810695171a
77 changed files with 53 additions and 11265 deletions

View File

@@ -46,6 +46,7 @@ jobs:
run: |
julia --project=examples/ -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.precompile()'
julia --project=examples/ -t 4 -e 'include("examples/import_bench.jl")' -O3
julia --project=examples/ -t 4 -e 'include("examples/ab5.jl")' -O3
docs:
runs-on: ubuntu-22.04