We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9a5e4 commit 41a7bedCopy full SHA for 41a7bed
.github/workflows/test-smokes.yml
@@ -185,7 +185,7 @@ jobs:
185
run: echo "QUARTO_JULIA_PROJECT=$(GITHUB_WORKSPACE)/qnr" >> $GITHUB_ENV
186
187
- name: Instantiate QuartoNotebookRunner
188
- run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.instantiate()'
+ run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.update()'
189
190
- name: Cache Julia Packages
191
uses: julia-actions/cache@v2
0 commit comments