Skip to content

Commit

Permalink
remlve install dev tool
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoMaggio committed Sep 22, 2023
1 parent 173c4aa commit 7b0b356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: Activate renv and restore packages with cache
uses: r-lib/actions/setup-renv@v2

- name: Install renv Development tools
run: renv::install()
shell: Rscript {0}
# - name: Install renv Development tools
# run: renv::install()
# shell: Rscript {0}

- name: Fetch and rebuild latest data
if: github.event_name == 'schedule'
Expand Down

0 comments on commit 7b0b356

Please sign in to comment.