Skip to content

Commit 40fc7ac

Browse files
committed
disable testing nightly
1 parent b7514fc commit 40fc7ac

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
@@ -47,7 +47,7 @@ jobs:
4747
# these are allowed to fail
4848
# - {os: 'ubuntu-20.04', tf: 'default', r: 'devel'}
4949
# - {os: 'ubuntu-20.04', tf: '2.7.0rc1', r: 'release'}
50-
- {os: 'ubuntu-20.04', tf: 'nightly' , r: 'release'}
50+
# - {os: 'ubuntu-20.04', tf: 'nightly' , r: 'release'}
5151

5252
runs-on: ${{ matrix.os }}
5353
continue-on-error: ${{ matrix.tf == 'nightly' || contains(matrix.tf, 'rc') || matrix.r == 'devel' }}

0 commit comments

Comments
 (0)