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.
2 parents d8b5e85 + b38db51 commit 5978971Copy full SHA for 5978971
.github/workflows/test-smokes.yml
@@ -143,7 +143,7 @@ jobs:
143
- name: Install uv for Python
144
uses: astral-sh/setup-uv@v3
145
with:
146
- version: "0.5.6"
+ version: "0.5.9"
147
enable-cache: true
148
cache-dependency-glob: "tests/uv.lock"
149
@@ -170,7 +170,7 @@ jobs:
170
- name: Setup Julia
171
uses: julia-actions/setup-julia@v2
172
173
- version: "1.10"
+ version: "1.11"
174
175
- name: Cache Julia Packages
176
uses: julia-actions/cache@v2
tests/.python-version
@@ -1 +1 @@
1
-3.12.7
+3.13.1
0 commit comments