Skip to content

Commit

Permalink
[CI] Clear R package cache (#6746)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Mar 6, 2021
1 parent f20074e commit 5ae7f99
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/r_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
with:
r-version: ${{ matrix.config.r }}

- name: Cache R packages
uses: actions/cache@v2
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ matrix.config.r }}-1-${{ hashFiles('R-package/DESCRIPTION') }}
restore-keys: ${{ runner.os }}-r-${{ matrix.config.r }}-2-

- name: Install dependencies
shell: Rscript {0}
run: |
Expand Down Expand Up @@ -69,13 +62,6 @@ jobs:
with:
r-version: ${{ matrix.config.r }}

- name: Cache R packages
uses: actions/cache@v2
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ matrix.config.r }}-1-${{ hashFiles('R-package/DESCRIPTION') }}
restore-keys: ${{ runner.os }}-r-${{ matrix.config.r }}-2-

- name: Install dependencies
shell: Rscript {0}
run: |
Expand Down

0 comments on commit 5ae7f99

Please sign in to comment.