From 8a7b31b880af4f542f99ee050a6800ef7cf6839c Mon Sep 17 00:00:00 2001 From: Alex Nikulkov Date: Mon, 11 Jan 2021 11:21:06 -0800 Subject: [PATCH] freeze tox==3.20.1 in ReAgent (#374) Summary: Pull Request resolved: https://github.com/facebookresearch/ReAgent/pull/374 The current version of tox appears to be buggy. Fixing the version at the previous bug-free one. Reviewed By: kaiwenw Differential Revision: D25871881 fbshipit-source-id: 63417161a36bd5ffaaa994e1fe32d0caf84292bb --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c879031e..d631ed45 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -144,7 +144,8 @@ commands: - run: command: | pip install --upgrade pip - pip install --upgrade tox wheel setuptools + pip install tox==3.20.1 + pip install --upgrade wheel setuptools - when: condition: << parameters.install_gym >> steps: