mirror of
https://github.com/facebookresearch/ReAgent.git
synced 2026-05-17 12:40:39 +00:00
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:
committed by
Facebook GitHub Bot
parent
313b8fb78f
commit
8a7b31b880
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user