Skip to content

Commit e28214a

Browse files
authored
Don't worry about deps
1 parent 9e2c87a commit e28214a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/monthly_collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
sudo apt-get install libcurl4-openssl-dev
9191
Rscript -e 'install.packages(c("tidyr","dplyr","magrittr","yaml","remotes"))'
92-
Rscript -e 'remotes::install_github("wikipathways/WikidataQueryServiceR@main")'
92+
Rscript -e 'remotes::install_github("wikipathways/WikidataQueryServiceR@main", dependencies=F)'
9393
9494
- name: Install rWikiPathways
9595
run: |

0 commit comments

Comments
 (0)