From 41a7bed81d74fcb0f48d5c3ff04095c61dc591a0 Mon Sep 17 00:00:00 2001 From: Julius Krumbiegel Date: Mon, 10 Mar 2025 15:55:46 +0100 Subject: [PATCH] use update instead of instantiate --- .github/workflows/test-smokes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-smokes.yml b/.github/workflows/test-smokes.yml index df6adf38ce..85e5cb856a 100644 --- a/.github/workflows/test-smokes.yml +++ b/.github/workflows/test-smokes.yml @@ -185,7 +185,7 @@ jobs: run: echo "QUARTO_JULIA_PROJECT=$(GITHUB_WORKSPACE)/qnr" >> $GITHUB_ENV - name: Instantiate QuartoNotebookRunner - run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.instantiate()' + run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.update()' - name: Cache Julia Packages uses: julia-actions/cache@v2