Skip to content

Commit c68331d

Browse files
committed
Install tf_keras.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 77e5c39 commit c68331d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/keras_application_test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ runs:
5858
pip install numpy==1.19.0
5959
else
6060
pip install transformers
61+
pip install tf_keras
6162
pip install "numpy<2"
6263
fi
6364

.github/actions/keras_unit_test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ runs:
2424
python -m pip install --upgrade pip
2525
pip install onnxconverter-common
2626
pip install onnx==${{ inputs.onnx_version }}
27+
pip install tf_keras
2728
pip install h5py==3.7.0
2829
pip install parameterized
2930
pip install timeout-decorator

0 commit comments

Comments
 (0)