Browse Source

Update ci-testing.yml (#7365)

Remove keras==2.6.0 patch
modifyDataloader
Glenn Jocher GitHub 2 years ago
parent
commit
8c420c4c1f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/ci-testing.yml

+ 2
- 2
.github/workflows/ci-testing.yml 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

Loading…
Cancel
Save