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 d1f65c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-results-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ jobs:
cd examples/julia
julia --project --color=yes -e '
using Pkg;
Pkg.update();
Pkg.instantiate();
include("fib.jl")'
- name: Store benchmark result
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ jobs:
cd examples/julia
julia --project --color=yes -e '
using Pkg;
Pkg.update();
Pkg.instantiate();
include("fib.jl")'
- name: Store benchmark result
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/julia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
cd examples/julia
julia --project --color=yes -e '
using Pkg;
Pkg.update();
Pkg.instantiate();
include("fib.jl")'
Expand Down

0 comments on commit d1f65c2

Please sign in to comment.