Test with --no-cache-dir (#6235)

This commit is contained in:
Lysandre Debut
2020-08-04 03:20:19 -04:00
committed by GitHub
parent 6730ecdd3c
commit 1d5c3a3d96
4 changed files with 10 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install torch
pip install torch --no-cache-dir
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
pip install torch --no-cache-dir
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]
pip install .[sklearn,torch,testing] --no-cache-dir
- name: Are GPUs recognized by our DL frameworks
run: |