Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanspeh authored Apr 26, 2024
1 parent b3d34e3 commit 2eaf755
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,15 @@ jobs:
needs: check

- name: install conda
run: |
run: |
if [ "${{ runner.os }}" = "macos" ]; then
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O ~/miniconda.sh
bash ~/miniconda.sh -b -p $HOME/miniconda
else
Rscript -e 'install.packages("reticulate", repos = "https://ftp.fau.de/cran/")'
Rscript -e 'reticulate::install_miniconda()'
Rscript -e 'reticulate::install_miniconda()'
fi
- name: Check package
uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit 2eaf755

Please sign in to comment.