Remove --no-cache-dir from github CI

This commit is contained in:
Lysandre
2020-08-07 09:07:22 +02:00
parent 0d9328f2ef
commit c72f9c90a1
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install torch --no-cache-dir
pip install torch
pip install numpy tokenizers filelock requests tqdm regex sentencepiece sacremoses packaging
- name: Torch hub list