Skip to content

Commit

Permalink
Julia: install version 1.5.2 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Oct 11, 2020
1 parent ef898d4 commit 8656d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/playbooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ the Julia language system:
===================== ========================== ==============================
Variable name Default Description
===================== ========================== ==============================
``julia_version`` ``1.4.1`` Version of Julia to install
``julia_version`` ``1.5.2`` Version of Julia to install
===================== ========================== ==============================

The following example (incomplete) shows how to install JupyterHub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# version of Julia to install
julia_version: 1.4.1
julia_version: 1.5.2

# should the `julia` command be added to users' shell $PATH ?
julia_in_path: yes
Expand Down

0 comments on commit 8656d1a

Please sign in to comment.