Skip to content

Commit

Permalink
yet another dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
colebrookson authored Sep 6, 2023
1 parent aa9a78e commit 9708683
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 @@ -92,7 +92,7 @@ jobs:
- name: dependencies!!!
run: |
sudo apt-get install libcurl4-openssl-dev libarchive-dev libharfbuzz-dev libfribidi-dev
sudo Rscript -e 'install.packages(c("taxize", "tidyverse", "RCurl", "readr", "vroom", "magrittr", "fs", "data.table", "zip", "rglobi", "lubridate", "tidyft"), repos = "http://cran.us.r-project.org")'
sudo Rscript -e 'install.packages(c("R.utils", "taxize", "tidyverse", "RCurl", "readr", "vroom", "magrittr", "fs", "data.table", "zip", "rglobi", "lubridate", "tidyft"), repos = "http://cran.us.r-project.org")'
- name: Get GenBank
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 9708683

Please sign in to comment.