We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a3c51 commit e4f5fd8Copy full SHA for e4f5fd8
.github/actions/keras_application_test/action.yml
@@ -23,15 +23,15 @@ runs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install onnxconverter-common
26
- pip install onnx==${{ matrix.onnx_version }}
+ pip install onnx==${{ inputs.onnx_version }}
27
pip uninstall -y protobuf
28
pip install "protobuf~=3.20"
29
pip install h5py==3.7.0
30
pip install parameterized
31
pip install timeout-decorator
32
pip install coloredlogs flatbuffers
33
- pip install tensorflow==${{ matrix.tf_version }}
34
- pip install onnxruntime==${{ matrix.ort_version }}
+ pip install tensorflow==${{ inputs.tf_version }}
+ pip install onnxruntime==${{ inputs.ort_version }}
35
pip install Pillow==8.2.0
36
pip install opencv-python
37
pip install tqdm
0 commit comments