Skip to content

Commit 1cccdc5

Browse files
committed
ENH: 7.
1 parent 6a0d224 commit 1cccdc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Python deps
3838
run: |
3939
python3 -m pip install --upgrade pip
40-
python3 -m pip install tensorflow==2.16.1 numpy==1.24 h5py
40+
python3 -m pip install tensorflow==2.12 numpy==1.24 h5py
4141
4242
- name: Install R dependencies with pinned reticulate
4343
run: |
@@ -47,7 +47,7 @@ jobs:
4747
cat("✅ Pointing reticulate to system Python...\n");
4848
reticulate::use_python(Sys.getenv("RETICULATE_PYTHON"), required = TRUE);
4949
cat("✅ Installing TensorFlow via R package...\n");
50-
tensorflow::install_tensorflow(version = "2.16.1");
50+
tensorflow::install_tensorflow(version = "2.12");
5151
'
5252
5353
- name: Configure GitHub PAT

0 commit comments

Comments
 (0)