Skip to content

Commit 941f623

Browse files
committed
GHA: allow r-pkgs to be built from source
1 parent 837c795 commit 941f623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
continue-on-error: ${{ matrix.tf == 'nightly' || contains(matrix.tf, 'rc') || matrix.r == 'devel' }}
5555
env:
5656
R_REMOTES_NO_ERRORS_FROM_WARNINGS: 'true'
57-
R_COMPILE_AND_INSTALL_PACKAGES: 'never'
57+
# R_COMPILE_AND_INSTALL_PACKAGES: 'never' # commented out until CRAN builds TF 2.8
5858
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
5959

6060
steps:

0 commit comments

Comments
 (0)