Re: [PR] Exit with error in case dependencies are not synchronized in CI [airflow]

2024-03-23 Thread via GitHub
potiuk merged PR #38424: URL: https://github.com/apache/airflow/pull/38424 -- 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:

Re: [PR] Exit with error in case dependencies are not synchronized in CI [airflow]

2024-03-23 Thread via GitHub
potiuk commented on PR #38424: URL: https://github.com/apache/airflow/pull/38424#issuecomment-2016437650 Prevents cases like #38384 resulting in #38422 -- 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

[PR] Exit with error in case dependencies are not synchronized in CI [airflow]

2024-03-23 Thread via GitHub
potiuk opened a new pull request, #38424: URL: https://github.com/apache/airflow/pull/38424 In case dependencies are not synchronized between provider.yaml and pyproject.toml, they got regenerated in CI, just to prevent the case we are using old dependencies - using pre-commit script.