Skip to content

Commit

Permalink
use update instead of instantiate
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Mar 10, 2025
1 parent aa9a5e4 commit 41a7bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41a7bed

Please sign in to comment.