Skip to content

Commit d2161ef

Browse files
committed
ssh in
1 parent 813deb8 commit d2161ef

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

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

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
config:
24-
- { os: macOS-latest , r: 'release', python: '' }
25-
- { os: windows-latest, r: 'release', python: '' }
26-
- { os: ubuntu-latest , r: 'release', python: '' }
27-
28-
- { os: ubuntu-latest, r: 'oldrel-1', python: '3.10' }
29-
- { os: ubuntu-latest, r: 'oldrel-2', python: '3.10' }
30-
- { os: ubuntu-latest, r: 'oldrel-3', python: '3.10' }
31-
- { os: ubuntu-latest, r: 'oldrel-4', python: '3.10' }
24+
# - { os: macOS-latest , r: 'release', python: '' }
25+
# - { os: windows-latest, r: 'release', python: '' }
26+
# - { os: ubuntu-latest , r: 'release', python: '' }
27+
28+
# - { os: ubuntu-latest, r: 'oldrel-1', python: '3.10' }
29+
# - { os: ubuntu-latest, r: 'oldrel-2', python: '3.10' }
30+
# - { os: ubuntu-latest, r: 'oldrel-3', python: '3.10' }
31+
# - { os: ubuntu-latest, r: 'oldrel-4', python: '3.10' }
3232
# https://api.r-hub.io/rversions/resolve/oldrel/4
3333

34-
- { os: ubuntu-latest, r: 'release', python: '3.9' }
35-
- { os: ubuntu-latest, r: 'release', python: '3.11' }
36-
- { os: ubuntu-latest, r: 'release', python: '3.12' }
34+
# - { os: ubuntu-latest, r: 'release', python: '3.9' }
35+
# - { os: ubuntu-latest, r: 'release', python: '3.11' }
36+
# - { os: ubuntu-latest, r: 'release', python: '3.12' }
3737
- { os: ubuntu-latest, r: 'release', python: '3.13' }
3838

39-
- { os: ubuntu-latest, r: 'devel', python: '3.13', http-user-agent: 'release' }
39+
# - { os: ubuntu-latest, r: 'devel', python: '3.13', http-user-agent: 'release' }
4040

4141
# test with one debug build of python
4242
# disabled; failing presently
@@ -95,8 +95,11 @@ jobs:
9595
paste0("RETICULATE_PYTHON=", virtualenv_python(path_to_venv)),
9696
Sys.getenv("GITHUB_ENV"))
9797
98+
- name: Setup tmate session
99+
uses: mxschmitt/action-tmate@v3
100+
98101
- name: debug
99-
shell: Rscript {0}
102+
shell: R -f {0}
100103
run: |
101104
Sys.setenv("_RETICULATE_DEBUG_UV_" = "1")
102105
print(reticulate:::uv_binary(FALSE))

0 commit comments

Comments
 (0)