We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428c79d commit e8e7c00Copy full SHA for e8e7c00
.github/workflows/keras_unit_test_core.yml
@@ -44,6 +44,7 @@ jobs:
44
pip install onnxruntime==${{ matrix.ort_version }}
45
pip uninstall -y protobuf
46
pip install "protobuf~=3.20"
47
+ pip install -e .
48
49
echo "----- List all of depdencies:"
50
pip freeze --all
0 commit comments