Add pip freeze to Docker and CI builds for later troubleshooting.
This commit is contained in:
@@ -135,6 +135,9 @@ RUN make
|
||||
# Install raw image library from PyPI.
|
||||
RUN ./bin/pip install py3exiv2
|
||||
|
||||
# Confirm our packages version for later troubleshooting.
|
||||
RUN ./bin/python -m pip freeze
|
||||
|
||||
# Run the tests.
|
||||
RUN ./bin/python -m pytest -rs ./mediagoblin/tests --boxed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user