Commit 653cc225 by Calen Pennington

Run pip freeze after installing python prereqs

parent 898dd6be
...@@ -305,6 +305,8 @@ def install_python_prereqs(): ...@@ -305,6 +305,8 @@ def install_python_prereqs():
prereq_cache("Python prereqs", files_to_fingerprint, python_prereqs_installation) prereq_cache("Python prereqs", files_to_fingerprint, python_prereqs_installation)
sh("pip freeze")
@task @task
@timed @timed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment