Skip to content

Commit b1b646b

Browse files
Revert "specify R version"
This reverts commit 6308df5.
1 parent 6308df5 commit b1b646b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,12 @@ jobs:
3535
run: git branch $GITHUB_BASE_REF remotes/origin/$GITHUB_BASE_REF; git branch
3636
- name: Setup R
3737
uses: r-lib/actions/setup-r@master
38-
with:
39-
r-version: ${{ matrix.config.r }}
4038
- name: Query dependencies
4139
run: |
4240
install.packages('remotes')
4341
saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
4442
writeLines(sprintf("R-%i.%i", getRversion()$major, getRversion()$minor), ".github/R-version")
4543
shell: Rscript {0}
46-
- name: Cache R packages
47-
if: runner.os != 'Windows'
48-
uses: actions/cache@v1
49-
with:
50-
path: ${{ env.R_LIBS_USER }}
51-
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
52-
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
53-
5444
- name: Install system dependencies
5545
if: runner.os == 'Linux'
5646
env:

0 commit comments

Comments
 (0)