From acd51be3bc80ec215fcb345c5fb6df4ee4c6ab4f Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Tue, 15 Feb 2022 10:01:41 +0000 Subject: [PATCH] Update to Julia 1.7 (#39) * Updated Project.toml for Julia 1.7 * Updated CI to Julia 1.7 * Revert julia to 1 in Project.toml --- .github/workflows/Build.yml | 2 +- Project.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 2b4d1d4d..01120c92 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -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 diff --git a/Project.toml b/Project.toml index 1c7340db..918e0b2d 100644 --- a/Project.toml +++ b/Project.toml @@ -22,4 +22,5 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] +Turing = "0.20" julia = "1"