Skip to content

Commit c7c7dfd

Browse files
set RStudio package manager globally
1 parent 4a94166 commit c7c7dfd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
name: Continuous Benchmarks
12
on:
23
push:
34
branches:
45
- master
56
pull_request:
67
branches:
78
- master
8-
9-
name: Continuous Benchmarks
10-
9+
env:
10+
RSPM: "https://packagemanager.rstudio.com/cran/__linux__/bionic/291"
1111
jobs:
1212
build:
1313
runs-on: ubuntu-18.04
@@ -28,9 +28,6 @@ jobs:
2828
with:
2929
r-version: '4.0.0'
3030
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"
31-
env:
32-
RSPM: "https://packagemanager.rstudio.com/cran/__linux__/bionic/291"
33-
3431
- name: Query dependencies
3532
run: |
3633
install.packages('remotes')

0 commit comments

Comments
 (0)