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 4ead448 commit 5a79288
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/r_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,10 @@ jobs:
shell: Rscript {0}

- name: Install additional R packages
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }} # Use the secret PAT
run: |
install.packages(c("knitr", "rmarkdown", "lsa", "purrr", "ggplot2"))
install.packages('remotes')
remotes::install_github("davidycliao/flaiR", force = TRUE)
remotes::install_github("davidycliao/flaiR", auth_token = NULL, force = TRUE)
shell: Rscript {0}

- name: Set up Python
Expand Down

0 comments on commit 5a79288

Please sign in to comment.