Skip to content

Commit

Permalink
redo of ubuntu rmd check logic
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Jan 24, 2022
1 parent 995143e commit 857f42a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,11 @@ jobs:

- name: Address conditional specific install fail
if: runner.os == 'Linux'
run: |
Rscript -e "remove.packages(c('igraph'))"
conda install -c r r-igraph
Rscript -e "install.packages('remotes')" -e "options(timeout=600)" -e "remotes::install_github('ready4-dev/specific')"
run: |
Rscript -e "remove.packages(c('igraph'))"
conda install -c r r-igraph
Rscript -e "install.packages('remotes')" -e "options(timeout=600)" -e "remotes::install_github('ready4-dev/specific')"
- name: Session info
run: |
options(width = 100)
Expand Down

0 comments on commit 857f42a

Please sign in to comment.