Skip to content

Commit

Permalink
test reticulate dev
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Sep 16, 2024
1 parent e463afe commit 44c1c9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
with:
r-version: ${{ matrix.r }}
- name: Install required R packages for testing
run: Rscript -e "install.packages(c('reticulate', 'askpass'))"
run: Rscript -e "install.packages(c('remotes', 'askpass'))"
- name: Install required R packages for testing
run: Rscript -e "remotes::install_github('rstudio/reticulate#1670')"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install and run tests
run: |
python -m pip install jedi
Expand Down

0 comments on commit 44c1c9d

Please sign in to comment.