Skip to content

Commit 03c615f

Browse files
committed
fix ci
Signed-off-by: xadupre <[email protected]>
1 parent 5377187 commit 03c615f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/keras_application_test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
pip install transformers
5656
if [[ "${{ inputs.tf_version }}" != "2.13.0" && "${{ inputs.tf_version }}" != "2.9.0" ]]; then
5757
echo "-- install-1 TF-KERAS ${{ inputs.tf_version }}"
58-
pip install tf_keras==${{ inputs.tf_version }} tensorflow==${{ inputs.tf_version }}
58+
pip install tf_keras==${{ inputs.tf_version }} tensorflow==${{ inputs.tf_version }} protobuf
5959
else
6060
echo "-- install-1 TF ${{ inputs.tf_version }}"
6161
pip install protobuf tensorflow==${{ inputs.tf_version }}

.github/actions/keras_unit_test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
else
3737
if [[ "${{ inputs.tf_version }}" != "2.13.0" && "${{ inputs.tf_version }}" != "2.9.0" ]]; then
3838
echo "-- install-2 TF-KERAS ${{ inputs.tf_version }}"
39-
pip install tf_keras==${{ inputs.tf_version }} tensorflow==${{ inputs.tf_version }} h5py
39+
pip install tf_keras==${{ inputs.tf_version }} tensorflow==${{ inputs.tf_version }} h5py protobuf
4040
else
4141
echo "-- install-2 TF ${{ inputs.tf_version }}"
4242
pip install protobuf tensorflow==${{ inputs.tf_version }} h5py

0 commit comments

Comments
 (0)