potiuk commented on PR #32882: URL: https://github.com/apache/airflow/pull/32882#issuecomment-1654416972
@mobuchowski @eladkal - I had to add a few more things to pass the VERSION_SUFFIX_FOR_PYPI variable to inside the Docker images. This - requires a bit more: including passing a `--build-arg` and setting environment variable inside the Dockerfile, which requires to run the tests in the "airflow" repo and not in fork (because we are passing additional args to docker image building) - I am testing it here: https://github.com/apache/airflow/pull/32894. Once it succeeds, we can merge https://github.com/apache/airflow/pull/32889 and after that the PR shouls succeed -- 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]
