Update ci-testing.yml (#7365)

Remove keras==2.6.0 patch
This commit is contained in:
Glenn Jocher 2022-04-10 15:17:25 +02:00 committed by GitHub
parent b8d4f2bf74
commit 8c420c4c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,8 +50,8 @@ jobs:
- name: Install dependencies
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 keras==2.6.0 # wandb # extras
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html \
onnx tensorflow-cpu # wandb
python --version
pip --version
pip list