Skip to content

Commit 3ecd236

Browse files
committed
ENH: Refactor test.yml4.
1 parent 37375c6 commit 3ecd236

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ jobs:
4646
python3 -m pip install --upgrade pip
4747
pip install tensorflow==2.9.1 numpy h5py
4848
49-
- name: Install R dependencies
49+
- name: Install R dependencies with pinned reticulate
5050
run: |
51-
Rscript -e 'install.packages(c("remotes", "testthat", "reticulate", "tensorflow"), repos = "https://cloud.r-project.org")'
51+
install.packages(c("remotes", "testthat", "tensorflow"), repos = "https://cloud.r-project.org")
52+
remotes::install_version("reticulate", version = "1.34.0", repos = "https://cloud.r-project.org")
5253
5354
- name: Point reticulate to system Python
5455
run: |

0 commit comments

Comments
 (0)