Skip to content

Commit

Permalink
...... typo that linter didn't get
Browse files Browse the repository at this point in the history
  • Loading branch information
colebrookson authored Sep 11, 2023
1 parent 8e75618 commit 25d65f0
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 @@ -59,7 +59,7 @@ jobs:
- name: dependencies!!!!
run: |
sudo apt-get install libcurl4-openssl-dev libarchive-dev
sudo Rscript -e 'install.packages(c("taxize", "tidyverse", "RCurl", "readr", "vroom", "magrittr", "fs", "data.table", "zip", "devltools", "lubridate"), repos = "http://cran.us.r-project.org")'
sudo Rscript -e 'install.packages(c("taxize", "tidyverse", "RCurl", "readr", "vroom", "magrittr", "fs", "data.table", "zip", "devtools", "lubridate"), repos = "http://cran.us.r-project.org")'
sudo Rscript -e 'devtools::install_github("ropensci/rglobi")'
- name: Setup Julia
uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 25d65f0

Please sign in to comment.