From 6fd5cfd077bba32a7f3a5dbea397e2b7eb922b8d Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 3 Nov 2021 19:21:29 +0100 Subject: [PATCH] Keras CI fix --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 8ebfdeca8d74..2ace53944339 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -50,7 +50,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html - pip install -q onnx tensorflow-cpu # for export + pip install -q onnx tensorflow-cpu keras==2.6.0 # for export python --version pip --version pip list