Unverified Commit 0380c5fc by Jesse Zoldak Committed by GitHub

Merge pull request #16879 from edx/zoldak/no-freeze-to-console

Remove an extra call to pip freeze
parents 68de7cf3 1db4b052
...@@ -308,8 +308,6 @@ def install_python_prereqs(): ...@@ -308,8 +308,6 @@ 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