Skip to content

Commit 6fd5cfd

Browse files
authored
Keras CI fix
1 parent 06bf8ef commit 6fd5cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
python -m pip install --upgrade pip
5252
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html
53-
pip install -q onnx tensorflow-cpu # for export
53+
pip install -q onnx tensorflow-cpu keras==2.6.0 # for export
5454
python --version
5555
pip --version
5656
pip list

0 commit comments

Comments
 (0)