Skip to content

Commit 650e89d

Browse files
committed
move julia cache step forward
1 parent 0e27d3d commit 650e89d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-smokes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,13 @@ jobs:
185185
run: echo "QUARTO_JULIA_PROJECT=$GITHUB_WORKSPACE/qnr" >> $GITHUB_ENV
186186
shell: bash
187187

188+
- name: Cache Julia Packages
189+
uses: julia-actions/cache@v2
190+
188191
- name: Instantiate QuartoNotebookRunner
189192
run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.update()'
190193
shell: bash
191194

192-
- name: Cache Julia Packages
193-
uses: julia-actions/cache@v2
194-
195195
- name: Restore Julia Packages
196196
working-directory: tests
197197
shell: bash

0 commit comments

Comments
 (0)