potiuk commented on PR #40053:
URL: https://github.com/apache/airflow/pull/40053#issuecomment-2168190820
Another option: we could actually pass a list of providers/versions to
inside the container and let `entrypoint_ci.sh` to reinstall the providers -
then we could prepare all the providers from HEAD and each container run would:
* install all providers from dist
* reinstall those providers that we pass in each parallel run
The second step should be as easy as `pip install --upgrade
apache-airflow==${AIRFLOW_VERSION} apache-airflow-providers-aaaaa==x.y.z
apache-airflow-providers==x.y.z`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]