From 7838083ea1111a6fcd569108a019c4db7e661216 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Fri, 4 Oct 2024 10:52:39 +0100 Subject: [PATCH] Cache in preview workflow too --- .github/workflows/preview.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index de88eee84..bc2e3cb5d 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -25,6 +25,9 @@ jobs: with: version: '1.10' + - name: Load Julia packages from cache + uses: julia-actions/cache@v2 + # Note: needs resolve() to fix #518 - name: Instantiate Julia environment run: julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.resolve()'