You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+3-3
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ RUN echo "Installing python modules in system python versions" \
26
26
&& for v in ${PY_PATHS}; do echo "******* ${v} *******"; ${v} -m pip install --upgrade pip setuptools wheel; done \
27
27
&& for v in ${PY_PATHS}; do echo "******* ${v} *******"; ${v} -m pip install --upgrade tox tox-pyenv ipython pylint pytest mock nose flake8 flake8-docstrings autopep8 jmespath fire jinja2; done \
28
28
&& for v in ${PY_PATHS}; do ${v} -m pip install -r /tmp/requirements.txt; done \
29
-
&& /usr/local/bin/python3 -m pip install -U black isort
0 commit comments