Skip to content

Commit

Permalink
Update r_ubuntu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Sep 20, 2024
1 parent 5a79288 commit 196bf40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/r_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@ jobs:
shell: Rscript {0}

- name: Install additional R packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Use the default GitHub token for authentication
run: |
install.packages(c("knitr", "rmarkdown", "lsa", "purrr", "ggplot2"))
install.packages('remotes')
remotes::install_github("davidycliao/flaiR", auth_token = NULL, force = TRUE)
remotes::install_github("davidycliao/flaiR", auth_token = Sys.getenv("GITHUB_TOKEN"), force = TRUE)
shell: Rscript {0}

- name: Set up Python
Expand Down

0 comments on commit 196bf40

Please sign in to comment.