Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
r-version: "4.5.1"
r-version: "4.5.2"
use-public-rspm: true
# required to avoid rtools bin in path
windows-path-include-rtools: false
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Install uv for Python
uses: astral-sh/setup-uv@v7
with:
version: "0.9.5"
version: "0.11.2"
enable-cache: true
cache-dependency-glob: "tests/uv.lock"

Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
uses: julia-actions/setup-julia@v2
id: setup-julia
with:
version: "1.11.7"
version: "1.12.5"

- name: Load Julia packages from cache
uses: julia-actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion tests/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13.7
3.14.3
Loading
Loading