Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
vgXhc committed Mar 5, 2024
1 parent 644b3d8 commit 5b5c143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UpdateGraphs_scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
install-r: false
# use RStudio's CRAN mirror with precompiled binaries
use-public-rspm: true
- name: Install required packages
- name: Install required packages
run: Rscript -e 'install.packages(c("tidyverse"), dependencies = TRUE)'
- name: Retrieve data
uses: nick-fields/retry@v3
Expand Down

0 comments on commit 5b5c143

Please sign in to comment.