Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Aug 21, 2023
1 parent 8dd9ea2 commit 3f8e2d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rcmdcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
with:
limit-access-to-actor: true

- name: Install venv
run: sudo apt-get install python3-venv

- name: Install Python
run: |
pak::pkg_install('rstudio/reticulate')
Expand Down

0 comments on commit 3f8e2d0

Please sign in to comment.