Green tests: update torch-hub test dependencies (add protobuf and pin tokenizer 0.9.0-RC2) (#7658)

* pin torch-hub test

* add protobuf dep
This commit is contained in:
Thomas Wolf 2020-10-08 13:21:15 +02:00 committed by GitHub
parent 9aeacb58ba
commit 55cb2ee62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,8 @@ jobs:
run: |
pip install --upgrade pip
pip install torch
pip install numpy tokenizers filelock requests tqdm regex sentencepiece sacremoses packaging
pip install numpy filelock protobuf requests tqdm regex sentencepiece sacremoses packaging
pip install tokenizers==0.9.0.rc2
- name: Torch hub list
run: |