[AIRFLOW-5687] Upgrade pip to 19.0.2 (#6358)
This commit is contained in:
Родитель
e35829e472
Коммит
f2b7f5a85a
|
@ -270,7 +270,7 @@ ENV PIP_NO_CACHE_DIR=${PIP_NO_CACHE_DIR}
|
|||
RUN echo "Pip no cache dir: ${PIP_NO_CACHE_DIR}"
|
||||
|
||||
# PIP version used to install dependencies
|
||||
ARG PIP_VERSION="19.0.1"
|
||||
ARG PIP_VERSION="19.0.2"
|
||||
ENV PIP_VERSION=${PIP_VERSION}
|
||||
RUN echo "Pip version: ${PIP_VERSION}"
|
||||
|
||||
|
@ -304,7 +304,7 @@ ENV AIRFLOW_CI_BUILD_EPOCH=${AIRFLOW_CI_BUILD_EPOCH}
|
|||
# And is automatically reinstalled from the scratch every month
|
||||
RUN \
|
||||
if [[ "${AIRFLOW_CONTAINER_CI_OPTIMISED_BUILD}" == "true" ]]; then \
|
||||
pip install --no-use-pep517 \
|
||||
pip install \
|
||||
"https://github.com/apache/airflow/archive/${AIRFLOW_BRANCH}.tar.gz#egg=apache-airflow[${AIRFLOW_EXTRAS}]" \
|
||||
&& pip uninstall --yes apache-airflow; \
|
||||
fi
|
||||
|
|
Загрузка…
Ссылка в новой задаче