Skip to content

Commit 03de1eb

Browse files
committed
ci: trim R-CMD-check matrix to 4 jobs
1 parent 7e29096 commit 03de1eb

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,9 @@ 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-
2119
- { os: "windows-latest", python: "3.13", r: "release", backend: "venv" }
22-
- { os: "windows-latest", python: "3.13", r: "release", backend: "conda" }
23-
2420
- { os: "macOS-latest", python: "3.13", r: "release", backend: "venv" }
25-
- { os: "macOS-latest", python: "3.13", r: "release", backend: "conda" }
26-
2721
- { 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" }
3022

3123
env:
3224
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)