glenn-jocher commited on
Commit
8c420c4
·
unverified ·
1 Parent(s): b8d4f2b

Update ci-testing.yml (#7365)

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +2 -2
.github/workflows/ci-testing.yml CHANGED
@@ -50,8 +50,8 @@ jobs:
50
  - name: Install dependencies
51
  run: |
52
  python -m pip install --upgrade pip
53
- pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html
54
- pip install -q onnx tensorflow-cpu keras==2.6.0 # wandb # extras
55
  python --version
56
  pip --version
57
  pip list
 
50
  - name: Install dependencies
51
  run: |
52
  python -m pip install --upgrade pip
53
+ pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html \
54
+ onnx tensorflow-cpu # wandb
55
  python --version
56
  pip --version
57
  pip list