From e30579f7646a3755ec3b33ed9210d56e548b97fa Mon Sep 17 00:00:00 2001 From: thomwolf Date: Thu, 5 Sep 2019 11:20:56 +0200 Subject: [PATCH] no pytest version checking --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2bf082c850..c49cf7df8a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: - checkout - run: sudo pip install torch - run: sudo pip install --progress-bar off . - - run: sudo pip install pytest==5.0.1 codecov pytest-cov + - run: sudo pip install pytest codecov pytest-cov - run: sudo pip install tensorboardX scikit-learn - run: python -m pytest -sv ./pytorch_transformers/tests/ --cov - run: python -m pytest -sv ./examples/ @@ -25,7 +25,7 @@ jobs: - checkout - run: sudo pip install tensorflow==2.0.0-rc0 - run: sudo pip install --progress-bar off . - - run: sudo pip install pytest==5.0.1 codecov pytest-cov + - run: sudo pip install pytest codecov pytest-cov - run: sudo pip install tensorboardX scikit-learn - run: python -m pytest -sv ./pytorch_transformers/tests/ --cov - run: codecov @@ -39,7 +39,7 @@ jobs: - checkout - run: sudo pip install torch - run: sudo pip install --progress-bar off . - - run: sudo pip install pytest==5.0.1 codecov pytest-cov + - run: sudo pip install pytest codecov pytest-cov - run: python -m pytest -sv ./pytorch_transformers/tests/ --cov - run: codecov build_py2_tf: @@ -52,7 +52,7 @@ jobs: - checkout - run: sudo pip install tensorflow==2.0.0-rc0 - run: sudo pip install --progress-bar off . - - run: sudo pip install pytest==5.0.1 codecov pytest-cov + - run: sudo pip install pytest codecov pytest-cov - run: python -m pytest -sv ./pytorch_transformers/tests/ --cov - run: codecov deploy_doc: