Skip to content

Commit e8e4df7

Browse files
authored
Update all our tests dependencies (#14292)
* R - update renv version and all R packages deps * python - update Python 3.14.3, uv version and lockfile * Julia - update to 1.12.5 and update all packages
1 parent bc422aa commit e8e4df7

6 files changed

Lines changed: 1750 additions & 1421 deletions

File tree

.github/workflows/test-smokes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Set up R
7474
uses: r-lib/actions/setup-r@v2
7575
with:
76-
r-version: "4.5.1"
76+
r-version: "4.5.2"
7777
use-public-rspm: true
7878
# required to avoid rtools bin in path
7979
windows-path-include-rtools: false
@@ -184,7 +184,7 @@ jobs:
184184
- name: Install uv for Python
185185
uses: astral-sh/setup-uv@v7
186186
with:
187-
version: "0.9.5"
187+
version: "0.11.2"
188188
enable-cache: true
189189
cache-dependency-glob: "tests/uv.lock"
190190

@@ -220,7 +220,7 @@ jobs:
220220
uses: julia-actions/setup-julia@v2
221221
id: setup-julia
222222
with:
223-
version: "1.11.7"
223+
version: "1.12.5"
224224

225225
- name: Load Julia packages from cache
226226
uses: julia-actions/cache@v2

tests/.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.7
1+
3.14.3

0 commit comments

Comments
 (0)