Skip to content

Commit

Permalink
CI: Fix noninteractive installation of julia.
Browse files Browse the repository at this point in the history
[test julia]
  • Loading branch information
WarrenWeckesser committed Sep 9, 2024
1 parent 1b877fb commit c1521e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_julia/run_test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -e

echo "Installing Julia"
curl -fsSL https://install.julialang.org | sh -- -y
curl -fsSL https://install.julialang.org | sh -s -- -y

echo "Installing Julia DifferentialEquations package"
julia -e 'import Pkg; Pkg.add("DifferentialEquations")'
Expand Down

0 comments on commit c1521e5

Please sign in to comment.