We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a38d0e commit 5767b46Copy full SHA for 5767b46
1 file changed
.github/workflows/run_tests.yml
@@ -68,11 +68,11 @@ jobs:
68
uses: pat-s/always-upload-cache@v2
69
if: startsWith(runner.os, 'Linux')
70
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 }}
+ path: ${{ env.R_LIBS_USER }}
+ key: ${{ runner.os }}-R-${{ steps.setup-r.outputs.installed-r-version }}-${{ hashFiles('DESCRIPTION') }}
73
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 }}-
+ ${{ runner.os }}-R-${{ steps.setup-r.outputs.installed-r-version }}-
+
76
77
- name: Install python tools
78
run: |
0 commit comments