We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737fc11 commit 3c40170Copy full SHA for 3c40170
.github/workflows/R-CMD-check.yaml
@@ -46,8 +46,8 @@ jobs:
46
- {os: 'ubuntu-20.04', tf: '2.1', r: 'release'}
47
48
# these are allowed to fail
49
- - {os: 'ubuntu-20.04', tf: 'default', r: 'devel'}
50
- - {os: 'ubuntu-20.04', tf: '2.7.0rc0', r: 'release'}
+ # - {os: 'ubuntu-20.04', tf: 'default', r: 'devel'}
+ - {os: 'ubuntu-20.04', tf: '2.7.0rc1', r: 'release'}
51
# - {os: 'ubuntu-20.04', tf: 'nightly' , r: 'release'}
52
53
runs-on: ${{ matrix.os }}
0 commit comments