Skip to content

Commit e4f5fd8

Browse files
committed
Remove matrix.
Signed-off-by: Jay Zhang <[email protected]>
1 parent d2a3c51 commit e4f5fd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/keras_application_test/action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ runs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install onnxconverter-common
26-
pip install onnx==${{ matrix.onnx_version }}
26+
pip install onnx==${{ inputs.onnx_version }}
2727
pip uninstall -y protobuf
2828
pip install "protobuf~=3.20"
2929
pip install h5py==3.7.0
3030
pip install parameterized
3131
pip install timeout-decorator
3232
pip install coloredlogs flatbuffers
33-
pip install tensorflow==${{ matrix.tf_version }}
34-
pip install onnxruntime==${{ matrix.ort_version }}
33+
pip install tensorflow==${{ inputs.tf_version }}
34+
pip install onnxruntime==${{ inputs.ort_version }}
3535
pip install Pillow==8.2.0
3636
pip install opencv-python
3737
pip install tqdm

0 commit comments

Comments
 (0)