Skip to content

Commit

Permalink
Update publish_github_actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaharder authored Nov 23, 2024
1 parent 17ad6e0 commit 836c0f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish_github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
- name: Install R
uses: r-lib/actions/setup-r@v2


- name: install biomonitor
run: Rscript -e 'install.packages("devtools"); library(devtools); install_github("alexology/biomonitoR", ref = "main")'

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
Expand Down

0 comments on commit 836c0f3

Please sign in to comment.