We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33953a commit f26bfc4Copy full SHA for f26bfc4
.github/workflows/main.yml
@@ -34,11 +34,11 @@ jobs:
34
with:
35
r-version: ${{ matrix.r }}
36
- name: Install required R packages for testing
37
- run: Rscript -e "install.packages(c('remotes', 'askpass'))"
38
- - name: Install required R packages for testing
39
- run: Rscript -e "remotes::install_github('rstudio/reticulate')"
40
- env:
41
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: Rscript -e "install.packages(c('reticulate', 'askpass'))"
+ # - name: Install required R packages for testing
+ # run: Rscript -e "remotes::install_github('rstudio/reticulate')"
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- name: Install and run tests
43
run: |
44
python -m pip install jedi
0 commit comments