Skip to content

Commit

Permalink
fix: fix julia test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ningziwen committed Dec 29, 2023
1 parent a229668 commit da063f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/julia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
cd examples/julia
julia --project --color=yes -e '
using Pkg;
Pkg.update();
Pkg.add("SparseArrays");
Pkg.add("SuiteSparse_jll");
Pkg.instantiate();
include("fib.jl")'
Expand Down

0 comments on commit da063f9

Please sign in to comment.