Skip to content

Commit

Permalink
Update r_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Sep 21, 2024
1 parent 3988d50 commit 0e3d8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
run: |
Rscript -e "install.packages(c('remotes', 'rcmdcheck', 'reticulate', 'renv', 'knitr', 'rmarkdown', 'lsa', 'purrr', 'testthat', 'htmltools'), repos='https://cran.r-project.org')"
Rscript -e "remotes::install_version('htmltools', version = '0.5.8')"
remotes::install_version("Matrix", version = "1.5-1") # Use a compatible Matrix version
Rscript -e "renv::restore()"
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 0e3d8a1

Please sign in to comment.