From 2a4fef837a3633159dd6b2d574f54e8593836cd6 Mon Sep 17 00:00:00 2001 From: thomwolf Date: Thu, 10 Oct 2019 15:57:35 +0200 Subject: [PATCH] move Circle-CI from TF2-rc0 to official TF2 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 35ca1454a5..637d137492 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: steps: - checkout - run: sudo pip install torch - - run: sudo pip install tensorflow==2.0.0-rc0 + - run: sudo pip install tensorflow - run: sudo pip install --progress-bar off . - run: sudo pip install pytest codecov pytest-cov - run: sudo pip install tensorboardX scikit-learn @@ -38,7 +38,7 @@ jobs: parallelism: 1 steps: - checkout - - run: sudo pip install tensorflow==2.0.0-rc0 + - run: sudo pip install tensorflow - run: sudo pip install --progress-bar off . - run: sudo pip install pytest codecov pytest-cov - run: sudo pip install tensorboardX scikit-learn @@ -65,7 +65,7 @@ jobs: - image: circleci/python:2.7 steps: - checkout - - run: sudo pip install tensorflow==2.0.0-rc0 + - run: sudo pip install tensorflow - run: sudo pip install --progress-bar off . - run: sudo pip install pytest codecov pytest-cov - run: python -m pytest -sv ./transformers/tests/ --cov