Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Update to Julia 1.7 (#39)
Browse files Browse the repository at this point in the history
* Updated Project.toml for Julia 1.7

* Updated CI to Julia 1.7

* Revert julia to 1 in Project.toml
  • Loading branch information
storopoli authored Feb 15, 2022
1 parent 1e4b457 commit acd51be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Julia
uses: julia-actions/setup-julia@v1
with:
version: 1.6
version: '1.7'
# NOTE
# The steps below ensure that NodeJS and Franklin are loaded then it
# installs highlight.js which is needed for the prerendering step
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
Turing = "0.20"
julia = "1"

0 comments on commit acd51be

Please sign in to comment.