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 ab570af commit 3fdac18Copy full SHA for 3fdac18
.github/workflows/end-to-end.yml
@@ -17,7 +17,7 @@ jobs:
17
config:
18
- {os: macOS-latest, r: 'release'}
19
- {os: windows-latest, r: 'release'}
20
- - {os: ubuntu-latest, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", http-user-agent: "R/4.0.0 (ubuntu-18.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
+ - {os: ubuntu-latest, r: 'release'}
21
env:
22
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
23
steps:
0 commit comments