[CI] Self-scheduled runner also pins torch (#6332)

This commit is contained in:
Sam Shleifer
2020-08-07 18:40:21 -04:00
committed by GitHub
parent 1b8a7ffcfd
commit 1f8e826518

View File

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