diff options
Diffstat (limited to 'ci/dev_deploy_check.sh')
-rwxr-xr-x | ci/dev_deploy_check.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/dev_deploy_check.sh b/ci/dev_deploy_check.sh index 831ff1fd..68a9ac2b 100755 --- a/ci/dev_deploy_check.sh +++ b/ci/dev_deploy_check.sh @@ -45,3 +45,6 @@ done # Make sure jinja2 is installed easy_install-3.4 jinja2 + +# TODO(cgoncalves): remove once congress RPM is downloaded from upstream +easy_install-3.4 tox |