Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
Adding conda-forge
  • Loading branch information
FBerding committed Jun 12, 2023
1 parent 0d950f6 commit 8a93b9f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
auto-activate-base: true
activate-environment: true
activate-environment: reticulate
auto-update-conda: true
python-version: 3.9
channels: conda-forge
allow-softlinks: true
channel-priority: flexible
show-channel-urls: true
use-only-tar-bz2: tru

- name: setup r-reticulate venv
shell: Rscript {0}
Expand Down

0 comments on commit 8a93b9f

Please sign in to comment.