You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia --project -e ' using Pkg; Pkg.instantiate(); using SuiteSparseGraphBLAS; SuiteSparseGraphBLAS.set_lib!("../GraphBLAS/build/libgraphblas.so"); exit()'
26
-
julia benchmarks.jl mtx.txt
1
+
#steps:
2
+
# - label: "Hello World"
3
+
# plugins:
4
+
# - JuliaCI/julia#v1:
5
+
# # Drop default "registries" directory, so it is not persisted from execution to execution
# julia --project -e ' using Pkg; Pkg.instantiate(); using SuiteSparseGraphBLAS; SuiteSparseGraphBLAS.set_lib!("../GraphBLAS/build/libgraphblas.so"); exit()'
0 commit comments