Skip to content

Commit 03960f3

Browse files
committed
put pak config in the right place
1 parent fd5c411 commit 03960f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ jobs:
108108
- name: Restore Renv package cache
109109
id: cache-renv-packages-restore
110110
uses: actions/cache/restore@v4
111-
env:
112-
RENV_CONFIG_PAK_ENABLED: TRUE
113111
with:
114112
path: |
115113
${{ env.RENV_PATHS_ROOT }}
@@ -143,6 +141,7 @@ jobs:
143141
shell: Rscript {0}
144142
env:
145143
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
144+
RENV_CONFIG_PAK_ENABLED: TRUE
146145

147146
- name: Show R session information
148147
working-directory: tests

0 commit comments

Comments
 (0)