Skip to content

Commit

Permalink
Keras CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Nov 3, 2021
1 parent 06bf8ef commit 6fd5cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fd5cfd

Please sign in to comment.