We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2c87a commit e28214aCopy full SHA for e28214a
1 file changed
.github/workflows/monthly_collection.yml
@@ -89,7 +89,7 @@ jobs:
89
run: |
90
sudo apt-get install libcurl4-openssl-dev
91
Rscript -e 'install.packages(c("tidyr","dplyr","magrittr","yaml","remotes"))'
92
- Rscript -e 'remotes::install_github("wikipathways/WikidataQueryServiceR@main")'
+ Rscript -e 'remotes::install_github("wikipathways/WikidataQueryServiceR@main", dependencies=F)'
93
94
- name: Install rWikiPathways
95
0 commit comments