From 55cb2ee62eb482787cff17585955f7193fe35dfa Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Thu, 8 Oct 2020 13:21:15 +0200 Subject: [PATCH] Green tests: update torch-hub test dependencies (add protobuf and pin tokenizer 0.9.0-RC2) (#7658) * pin torch-hub test * add protobuf dep --- .github/workflows/github-torch-hub.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-torch-hub.yml b/.github/workflows/github-torch-hub.yml index cb8b21a88d4..de419b58fb1 100644 --- a/.github/workflows/github-torch-hub.yml +++ b/.github/workflows/github-torch-hub.yml @@ -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: |