Commit c72f9c90 authored by Lysandre's avatar Lysandre
Browse files

Remove --no-cache-dir from github CI

parent 0d9328f2
......@@ -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
......
......@@ -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
......
......@@ -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: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment