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

@@ -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