File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737 - name : Install Julia using jill
3838 run : |
3939 python -m pip install --upgrade jill
40- python -c "from jill.install import install_julia; install_julia(version='1.10', confirm=True)"
40+ python -c "from jill.install import install_julia; install_julia(confirm=True)"
4141 - name : Run test
4242 run : python -m tox -- --cov=diffeqpy -s
4343 env :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def _find_julia():
1212def _ensure_julia_installed ():
1313 if not _find_julia ():
1414 print ("No Julia version found. Installing Julia." )
15- install_julia (version = "1.10" )
15+ install_julia ()
1616 if not _find_julia ():
1717 raise RuntimeError (
1818 "Julia installed with jill but `julia` binary cannot be found in the path"
You can’t perform that action at this time.
0 commit comments