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 0e27d3d commit 650e89dCopy full SHA for 650e89d
.github/workflows/test-smokes.yml
@@ -185,13 +185,13 @@ jobs:
185
run: echo "QUARTO_JULIA_PROJECT=$GITHUB_WORKSPACE/qnr" >> $GITHUB_ENV
186
shell: bash
187
188
+ - name: Cache Julia Packages
189
+ uses: julia-actions/cache@v2
190
+
191
- name: Instantiate QuartoNotebookRunner
192
run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.update()'
193
194
- - name: Cache Julia Packages
- uses: julia-actions/cache@v2
-
195
- name: Restore Julia Packages
196
working-directory: tests
197
0 commit comments