Skip to content

Commit 14bb6c5

Browse files
committed
ci: revert R-CMD-check.yaml to main
1 parent 03de1eb commit 14bb6c5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,17 @@ jobs:
1616
matrix:
1717
include:
1818
- { os: "ubuntu-latest", python: "3.13", r: "release", backend: "venv" }
19+
- { os: "ubuntu-latest", python: "3.13", r: "release", backend: "conda" }
20+
1921
- { os: "windows-latest", python: "3.13", r: "release", backend: "venv" }
22+
- { os: "windows-latest", python: "3.13", r: "release", backend: "conda" }
23+
2024
- { os: "macOS-latest", python: "3.13", r: "release", backend: "venv" }
25+
- { os: "macOS-latest", python: "3.13", r: "release", backend: "conda" }
26+
2127
- { os: "ubuntu-latest", python: "3.10", r: "oldrel-1", backend: "venv" }
28+
- { os: "ubuntu-latest", python: "3.10", r: "oldrel-2", backend: "venv" }
29+
- { os: "ubuntu-latest", python: "3.10", r: "oldrel-3", backend: "venv" }
2230

2331
env:
2432
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)