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 45d2d67 commit 7e99cf6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/r_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ jobs:
- name: Update Homebrew
run: |
brew update
- name: Install pandoc
run: |
for i in {1..3}; do
brew install pandoc && break || sleep 15
done
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
with:
Expand All @@ -48,7 +46,6 @@ jobs:
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')"
Rscript -e "renv::restore()"
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand All @@ -66,13 +63,11 @@ jobs:
pip install --upgrade pip
pip install scipy==1.12.0
pip install flair
- name: Remove Python cache files
run: find . -name '*.pyc' -delete

- name: Check (with virtual environment)
run: |
source flair_env/bin/activate
R CMD build --no-build-vignettes .
shell: bash

0 comments on commit 7e99cf6

Please sign in to comment.