Skip to content

Commit 5767b46

Browse files
author
Joao Felipe Rocha
committed
Updating R tests
1 parent 6a38d0e commit 5767b46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
uses: pat-s/always-upload-cache@v2
6969
if: startsWith(runner.os, 'Linux')
7070
with:
71-
path: ${{ env.RENV_PATHS_ROOT }}
72-
key: ${{ runner.os }}-renv-${{ steps.setup-r.outputs.installed-r-version }}-${{ hashFiles('**/renv.lock') }}-${{ steps.date.outputs.date }}
71+
path: ${{ env.R_LIBS_USER }}
72+
key: ${{ runner.os }}-R-${{ steps.setup-r.outputs.installed-r-version }}-${{ hashFiles('DESCRIPTION') }}
7373
restore-keys: |
74-
${{ runner.os }}-renv-${{ steps.setup-r.outputs.installed-r-version }}-${{ hashFiles('**/renv.lock') }}-
75-
${{ runner.os }}-renv-${{ steps.setup-r.outputs.installed-r-version }}-
74+
${{ runner.os }}-R-${{ steps.setup-r.outputs.installed-r-version }}-
75+
7676
7777
- name: Install python tools
7878
run: |

0 commit comments

Comments
 (0)