potiuk commented on code in PR #59862:
URL: https://github.com/apache/airflow/pull/59862#discussion_r2649885771
##########
.github/workflows/basic-tests.yml:
##########
@@ -315,6 +315,7 @@ jobs:
UPGRADE_MPROCS: "true"
UPGRADE_MYPY: "false"
UPGRADE_PROTOC: "false"
+ UPGRADE_OPENAPI_GENERATOR: "false"
Review Comment:
Actually .... UPGRADE_PROTC and UPGRADE_OPENAPI_GENERATOR here should be
"true" :) - which means that we should try to upgrade it, but it should not
fail the build) - this way we can immediately see which packages are not
upgraded yet by looking at teh last "canary" build's output of this step.
--
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]