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

View file

@ -36,7 +36,7 @@ jobs:
run: |
source .env/bin/activate
pip install --upgrade pip
pip install torch!=1.6.0 --no-cache-dir
pip install torch!=1.6.0
pip install .[sklearn,testing]
- name: Are GPUs recognized by our DL frameworks

View file

@ -32,7 +32,7 @@ jobs:
run: |
source .env/bin/activate
pip install --upgrade pip
pip install .[sklearn,torch,testing] --no-cache-dir
pip install .[sklearn,torch,testing]
- name: Are GPUs recognized by our DL frameworks
run: |