Skip to content

Commit

Permalink
Merge pull request #61 from OHDSI/ger-dev
Browse files Browse the repository at this point in the history
fix github action develop branch
  • Loading branch information
fdefalco authored Apr 23, 2024
2 parents eb374fb + 93b646e commit 4224985
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Install specific version of arrow
if: runner.os == 'macOS'
run: |
Rscript -e "install.packages('arrow', repos = c('https://apache.r-universe.dev'))"
- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran")'
Expand Down

0 comments on commit 4224985

Please sign in to comment.