From 8197eb9f1049f25e650291ed6e141a9fa9c62df3 Mon Sep 17 00:00:00 2001 From: thomwolf Date: Mon, 11 Feb 2019 10:22:10 +0100 Subject: [PATCH] update Circle CI config --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9970258d01b..b57b4780306 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - run: sudo pip install --progress-bar off . - run: sudo pip install pytest ftfy spacy - - run: python -m spacy download en + - run: sudo python -m spacy download en - run: python -m pytest -sv tests/ build_py2: working_directory: ~/pytorch-pretrained-BERT @@ -17,8 +17,9 @@ jobs: steps: - checkout - run: sudo pip install --progress-bar off . - - run: sudo pip install pytest ftfy spacy - - run: python -m spacy download en + - run: sudo pip install pytest spacy + - run: sudo pip install ftfy==4.4.3 + - run: sudo python -m spacy download en - run: python -m pytest -sv tests/ workflows: version: 2