Add styler dependency to deploy job
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 1m21s
Lint & Format Check / Link Check (push) Successful in 3s
Lint & Format Check / Format Check (styler) (push) Successful in 18s
R Package Tests / test (push) Successful in 1m3s

This commit is contained in:
2026-02-22 20:21:21 -05:00
parent 00b9fe808b
commit def3e3b478

View File

@@ -36,7 +36,7 @@ jobs:
# First install 'renv' or 'remotes', then install project dependencies # First install 'renv' or 'remotes', then install project dependencies
# Using remotes here as it's typically faster for CI if renv cache isn't available # Using remotes here as it's typically faster for CI if renv cache isn't available
run: | run: |
Rscript -e "install.packages('remotes')" Rscript -e "install.packages(c('remotes', 'styler'))"
Rscript -e "remotes::install_deps(dependencies = TRUE)" Rscript -e "remotes::install_deps(dependencies = TRUE)"
- name: Run Build Script - name: Run Build Script