Skip to content

Commit c756ed5

Browse files
authored
merge pr #767: address GHA failures
2 parents ab3c94f + b468cc5 commit c756ed5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
extra-packages: rcmdcheck
5555

5656
- name: Install dev reticulate
57-
run: pak::pkg_install('rstudio/reticulate')
57+
run: pak::pkg_install('reticulate')
5858
shell: Rscript {0}
5959

6060
- name: Install Miniconda

.github/workflows/old-tensorflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
extra-packages: rcmdcheck
5050

5151
- name: Install dev reticulate
52-
run: pak::pkg_install('rstudio/reticulate')
52+
run: pak::pkg_install('reticulate')
5353
shell: Rscript {0}
5454

5555
- name: Install Miniconda

0 commit comments

Comments
 (0)