Skip to content

Commit

Permalink
Add missing repos arg
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyWillard committed Oct 16, 2024
1 parent e62b054 commit 5b02c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flepicommon-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
files <- list.files()
pkg <- files[startsWith(files, "flepicommon_")]
install.packages(pkg, dependencies = TRUE)
install.packages(pkg, repos = "https://cloud.r-project.org", dependencies = TRUE)
install.packages("devtools")
shell: Rscript {0}
- name: Install flepicommon
Expand Down

0 comments on commit 5b02c22

Please sign in to comment.