Skip to content

Commit

Permalink
try direct python package install
Browse files Browse the repository at this point in the history
* thought this should happen via description - not sure why not
  • Loading branch information
jefferis committed Jul 24, 2024
1 parent b8699d7 commit 6aad6f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Install miniconda
run: |
reticulate::install_miniconda()
reticulate::py_install("vfb-connect", pip = T, pip_options = "--upgrade --prefer-binary")
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit 6aad6f8

Please sign in to comment.