downgrade pip 20.3 -> 20.2 (#1663)
This commit is contained in:
@@ -4,6 +4,7 @@ COPY --from=airbyte/integration-base:dev /airbyte /airbyte
|
||||
WORKDIR /airbyte/base_python_code
|
||||
COPY base_python ./base_python
|
||||
COPY setup.py ./
|
||||
RUN pip install pip==20.2
|
||||
RUN pip install .
|
||||
|
||||
ENV AIRBYTE_SPEC_CMD "base-python spec"
|
||||
|
||||
Reference in New Issue
Block a user