Skip to content

Commit 230825b

Browse files
authored
Merge pull request #13473 from quarto-dev/deps/julia-updates
2 parents 3afe146 + 13fd02c commit 230825b

File tree

2 files changed

+260
-329
lines changed

2 files changed

+260
-329
lines changed

.github/workflows/test-smokes.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ on:
3838
schedule:
3939
- cron: "0 6 * * *"
4040

41+
# this is require to cleanup julia cache
42+
permissions:
43+
actions: write
44+
contents: read
45+
4146
jobs:
4247
run-smokes:
4348
name: Run smoke (${{ matrix.os }})${{ matrix.time-test && ' with timed file' || ''}}${{ inputs.extra-r-packages && ' - with some extra R packages'|| ''}}
@@ -182,11 +187,14 @@ jobs:
182187
- name: Setup Julia
183188
uses: julia-actions/setup-julia@v2
184189
with:
185-
version: "1.11.3"
190+
version: "1.11.7"
186191

187-
- name: Cache Julia Packages
192+
- name: Load Julia packages from cache
188193
uses: julia-actions/cache@v2
189194

195+
# - name: Setup tmate session
196+
# uses: mxschmitt/action-tmate@v3
197+
190198
- name: Restore Julia Packages
191199
working-directory: tests
192200
shell: bash

0 commit comments

Comments
 (0)