Skip to content

Commit

Permalink
Add 'Install Python dependencies' section to check-standard.yml follo…
Browse files Browse the repository at this point in the history
…wing reticulate
  • Loading branch information
spool committed Mar 28, 2021
1 parent 873cef5 commit 71e55f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ jobs:
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
- name: Install Python dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python3-virtualenv
sudo apt-get install python3-venv
shell: /bin/bash {0}

- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
Expand Down
2 changes: 2 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ SystemRequirements
testthat
ubuntu
uk
venv
virtualenv
writeLines

0 comments on commit 71e55f6

Please sign in to comment.