Skip to content

Commit

Permalink
Green tests: update torch-hub test dependencies (add protobuf and pin…
Browse files Browse the repository at this point in the history
… tokenizer 0.9.0-RC2) (huggingface#7658)

* pin torch-hub test

* add protobuf dep
  • Loading branch information
thomwolf authored Oct 8, 2020
1 parent 9aeacb5 commit 55cb2ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-torch-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 55cb2ee

Please sign in to comment.