feluelle edited a comment on pull request #8669:
URL: https://github.com/apache/airflow/pull/8669#issuecomment-623986830
Thanks @mik-laj
I had
```
# install any packages from dist folder if they are available
if [[ ${RUN_AIRFLOW_1_10:=} == "true" ]]; then
pip install
/dist/apache_airflow_providers_{amazon,imap,postgres,mysql}*.whl || true
fi
```
in my `variables.env` but forget to set `RUN_AIRFLOW_1_10=true`
EDIT:
ah no.. that was not it.. I had to remove `google`, because `google` could
not be found - obviously. I did `./scripts/ci/ci_prepare_packages.sh imap
amazon postgres mysql`
----------------------------------------------------------------
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]