Skip to content

Commit

Permalink
Update ci-testing.yml (#7365)
Browse files Browse the repository at this point in the history
Remove keras==2.6.0 patch
  • Loading branch information
glenn-jocher committed Apr 10, 2022
1 parent b8d4f2b commit 8c420c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c420c4

Please sign in to comment.