Skip to content

Commit f26bfc4

Browse files
committed
use released reticulate
1 parent e33953a commit f26bfc4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
with:
3535
r-version: ${{ matrix.r }}
3636
- 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 }}
37+
run: Rscript -e "install.packages(c('reticulate', '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 }}
4242
- name: Install and run tests
4343
run: |
4444
python -m pip install jedi

0 commit comments

Comments
 (0)