Skip to content

Commit

Permalink
dep??
Browse files Browse the repository at this point in the history
  • Loading branch information
colebrookson authored Sep 7, 2023
1 parent 9708683 commit dd117a5
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("R.utils", "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("taxize", "tidyverse", "RCurl", "readr", "vroom", "magrittr", "fs", "data.table", "R.utils", "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 dd117a5

Please sign in to comment.