Attempt to unpin torch version for Github Action. (#4384)

This commit is contained in:
Funtowicz Morgan 2020-05-15 13:47:15 +00:00 committed by GitHub
parent af2e6bf87c
commit b908f2e9dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
source .env/bin/activate
pip install torch==1.4.0
pip install torch
pip install .[sklearn,testing]
- name: Are GPUs recognized by our DL frameworks