Skip to content

Commit

Permalink
added edudat to build process
Browse files Browse the repository at this point in the history
  • Loading branch information
oduerr committed May 18, 2024
1 parent 9d00aeb commit fcc5639
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:

- name: Install R packages
run: |
Rscript -e 'install.packages(c("ggplot2", "knitr", "rmarkdown"))'
Rscript -e 'install.packages(c("ggplot2", "knitr", "rmarkdown", "devtools"))'
Rscript -e 'devtools::install_github("tensorchiefs/data/R/edudat")'
- name: Install Python packages
run: |
Expand Down

0 comments on commit fcc5639

Please sign in to comment.