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
This commit is contained in:
Alex Nikulkov
2021-01-11 11:21:06 -08:00
committed by Facebook GitHub Bot
parent 313b8fb78f
commit 8a7b31b880
+2 -1
View File
@@ -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: