Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
InkaSpy authored May 30, 2024
1 parent 5b8a327 commit 5f38294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install purrr
run: Rscript -e 'install.packages(c("purrr"))'
- name: Install dependencies
run: Rscript -e ' 'purrr::map(c("devtools", "lintr", "covr"), ~ if (!require(.x, character.only = TRUE)) install.packages(.x))'
run: Rscript -e 'purrr::map(c("devtools", "lintr", "covr"), ~ if (!require(.x, character.only = TRUE)) install.packages(.x))'
- name: Install xeredar
run: Rscript -e "devtools::install()"
- name: Show session info
Expand Down

0 comments on commit 5f38294

Please sign in to comment.