Skip to content

Commit

Permalink
add devtools install to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrace committed Dec 11, 2024
1 parent f9520f8 commit fa762fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/showcase-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Load package
shell: Rscript {0}
run: |
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")
devtools::build()
devtools::load_all()
- name: Install rsconnect
Expand Down

0 comments on commit fa762fe

Please sign in to comment.