From 6b13f4cb3a0eed03ce89ddf1b5d4b054d749d722 Mon Sep 17 00:00:00 2001 From: thomwolf Date: Thu, 11 Jul 2019 22:36:35 +0200 Subject: [PATCH] update circle-ci --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a9e4ea06f2..78358d1188 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,8 +10,7 @@ jobs: - checkout - run: sudo pip install --progress-bar off . - run: sudo pip install pytest codecov pytest-cov - - run: sudo pip install spacy ftfy==4.4.3 - - run: sudo python -m spacy download en + - run: sudo pip install tensorboardX scikit-learn - run: python -m pytest -sv ./pytorch_transformers/tests/ --cov - run: python -m pytest -sv ./examples/ - run: codecov @@ -25,8 +24,7 @@ jobs: - checkout - run: sudo pip install --progress-bar off . - run: sudo pip install pytest codecov pytest-cov - - run: sudo pip install spacy ftfy==4.4.3 - - run: sudo python -m spacy download en + - run: sudo pip install tensorboardX scikit-learn - run: python -m pytest -sv ./pytorch_transformers/tests/ --cov - run: python -m pytest -sv ./examples/ - run: codecov