Skip to content

Commit

Permalink
Update action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
silasprincipe committed Oct 9, 2024
1 parent f4b5a79 commit f9d05f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/render_and_update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

# Set up R environment
- name: Set up R
uses: r-lib/actions/setup-r@v2

# Install required R packages (knitr and rmarkdown)
- name: Install R dependencies
run: |
R -e "install.packages('knitr')"
R -e "install.packages('rmarkdown')"
# Install necessary dependencies
- name: Set up Python
Expand Down

0 comments on commit f9d05f1

Please sign in to comment.