Skip to content

Commit

Permalink
install dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Mar 10, 2021
1 parent dc74785 commit 33fff97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:
- name: Install R packages
run: |
if (!require("devtools")) install.packages("devtools", repos="http://cloud.r-project.org")
devtools::install_dev_deps("./Rmagic", upgrade=TRUE)
devtools::install("./Rmagic")
shell: Rscript {0}

Expand Down

0 comments on commit 33fff97

Please sign in to comment.