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