Skip to content

Commit e8e7c00

Browse files
committed
Install tf2onnx.
Signed-off-by: Jay Zhang <jiz@microsoft.com>
1 parent 428c79d commit e8e7c00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/keras_unit_test_core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
pip install onnxruntime==${{ matrix.ort_version }}
4545
pip uninstall -y protobuf
4646
pip install "protobuf~=3.20"
47+
pip install -e .
4748
4849
echo "----- List all of depdencies:"
4950
pip freeze --all

0 commit comments

Comments
 (0)