Skip to content

Commit

Permalink
Restore pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Apr 22, 2020
1 parent 8f21c72 commit a0ce6ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
- name: Install dependencies
run: |
# python -m pip install --upgrade --user pip
rm -rf ~/.cache/pip
pip install -r requirements.txt -U -f https://download.pytorch.org/whl/torch_stable.html -q
HOROVOD_BUILD_ARCH_FLAGS="-mfma" pip install -r ./tests/requirements.txt -q
# pip install tox coverage
Expand Down

0 comments on commit a0ce6ba

Please sign in to comment.