Skip to content

Commit 53b3279

Browse files
authored
Download and install the package tar.gz
1 parent e28214a commit 53b3279

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/monthly_collection.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ 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", dependencies=F)'
92+
wget https://github.com/wikimedia/WikidataQueryServiceR/releases/download/v1.0.0/WikidataQueryServiceR_1.0.0.tar.gz
93+
Rscript -e 'install.packages("WikidataQueryServiceR_1.0.0.tar.gz", repos = NULL, type = "source")'
9394
9495
- name: Install rWikiPathways
9596
run: |

0 commit comments

Comments
 (0)