potiuk commented on a change in pull request #9973:
URL: https://github.com/apache/airflow/pull/9973#discussion_r460188072
##########
File path: Dockerfile.ci
##########
@@ -309,6 +322,8 @@ RUN if [[ -n "${ADDITIONAL_PYTHON_DEPS}" ]]; then \
pip install ${ADDITIONAL_PYTHON_DEPS}; \
fi
+RUN pip install pyodbc
Review comment:
Yoy only need to do it if you remove some dependencies. For the added
ones it's not needed (and even harmful - slower builds precisely because cache
is dropped)..
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]