Install nlp for github actions test (#6728)

This commit is contained in:
Sylvain Gugger 2020-08-25 14:58:38 -04:00 committed by GitHub
parent 624495706c
commit 64c7c2bc15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ jobs:
pip install --upgrade pip
pip install torch!=1.6.0
pip install .[sklearn,testing,onnxruntime]
pip install git+https://github.com/huggingface/nlp
- name: Are GPUs recognized by our DL frameworks
run: |