Skip to content

Commit

Permalink
wup
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoporreca committed Jan 15, 2024
1 parent fa6a4e9 commit 5c69ae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd-renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: Setup R
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: "jsonlite"
packages: 'jsonlite'
working-directory: '.github'

- name: Install system dependencies
# This is not taken care of (yet) by r-lib/actions/setup-renv
Expand Down

0 comments on commit 5c69ae3

Please sign in to comment.