Skip to content

Commit

Permalink
github actions check without macos
Browse files Browse the repository at this point in the history
  • Loading branch information
unai-perez committed Nov 15, 2023
1 parent 5b66804 commit bf57ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
config:
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'} # qpdf deploy error
#- {os: macOS-latest, r: 'release'} # qpdf deploy error
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
do
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
- name: Install mac dependencies
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit bf57ba2

Please sign in to comment.