Add pip freeze to Docker and CI builds for later troubleshooting.
This commit is contained in:
@@ -90,6 +90,8 @@ RUN ./bootstrap.sh
|
||||
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure
|
||||
RUN make
|
||||
|
||||
RUN ./bin/python -m pip freeze
|
||||
|
||||
RUN ./bin/python -m pytest -rs ./mediagoblin/tests --boxed
|
||||
|
||||
RUN cd docs && make html
|
||||
|
||||
Reference in New Issue
Block a user