Skip to content

Commit 41a7bed

Browse files
committed
use update instead of instantiate
1 parent aa9a5e4 commit 41a7bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
run: echo "QUARTO_JULIA_PROJECT=$(GITHUB_WORKSPACE)/qnr" >> $GITHUB_ENV
186186

187187
- name: Instantiate QuartoNotebookRunner
188-
run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.instantiate()'
188+
run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.update()'
189189

190190
- name: Cache Julia Packages
191191
uses: julia-actions/cache@v2

0 commit comments

Comments
 (0)