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 4a94166 commit c7c7dfdCopy full SHA for c7c7dfd
.github/workflows/benchmarking.yaml
@@ -1,13 +1,13 @@
1
+name: Continuous Benchmarks
2
on:
3
push:
4
branches:
5
- master
6
pull_request:
7
8
-
9
-name: Continuous Benchmarks
10
+env:
+ RSPM: "https://packagemanager.rstudio.com/cran/__linux__/bionic/291"
11
jobs:
12
build:
13
runs-on: ubuntu-18.04
@@ -28,9 +28,6 @@ jobs:
28
with:
29
r-version: '4.0.0'
30
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
34
- name: Query dependencies
35
run: |
36
install.packages('remotes')
0 commit comments