potiuk commented on code in PR #45408:
URL: https://github.com/apache/airflow/pull/45408#discussion_r1903270848
##########
.github/workflows/generate-constraints.yml:
##########
@@ -99,22 +99,28 @@ jobs:
# from the source code, not from the PyPI because they have
apache-airflow>=X.Y.Z dependency
# And when we prepare them from sources they will have
apache-airflow>=X.Y.Z.dev0
shell: bash
+ env:
+ CHICKEN_EGG_PROVIDERS: ${{ inputs.chicken-egg-providers }}
run: >
breeze release-management prepare-provider-packages
--include-not-ready-providers
--package-format wheel --version-suffix-for-pypi dev0
- ${{ inputs.chicken-egg-providers }}
+ "${CHICKEN_EGG_PROVIDERS}"
Review Comment:
This will not work - it should be without quotes to allow multiple providers
as separate args.
--
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]