Skip to content

Commit 5978971

Browse files
authored
Merge pull request #11723 from quarto-dev/tests/update-deps
2 parents d8b5e85 + b38db51 commit 5978971

File tree

5 files changed

+992
-886
lines changed

5 files changed

+992
-886
lines changed

.github/workflows/test-smokes.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Install uv for Python
144144
uses: astral-sh/setup-uv@v3
145145
with:
146-
version: "0.5.6"
146+
version: "0.5.9"
147147
enable-cache: true
148148
cache-dependency-glob: "tests/uv.lock"
149149

@@ -170,7 +170,7 @@ jobs:
170170
- name: Setup Julia
171171
uses: julia-actions/setup-julia@v2
172172
with:
173-
version: "1.10"
173+
version: "1.11"
174174

175175
- name: Cache Julia Packages
176176
uses: julia-actions/cache@v2

tests/.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.7
1+
3.13.1

0 commit comments

Comments
 (0)