From 726fca7cd868f90ae681156082309e6a25b0c0db Mon Sep 17 00:00:00 2001 From: David Widmann Date: Mon, 5 Apr 2021 15:16:18 +0200 Subject: [PATCH] Run Turing integration test with Julia 1.5 --- .github/workflows/IntegrationTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index a15cf6e8e..28ed3570a 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: - version: 1 + version: 1.5 arch: x64 - uses: julia-actions/julia-buildpkg@latest - name: Clone Downstream