Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaharder committed Nov 23, 2024
2 parents d37e6bb + 836c0f3 commit 2f425be
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 2f425be

Please sign in to comment.