potiuk commented on code in PR #59862:
URL: https://github.com/apache/airflow/pull/59862#discussion_r2649886935
##########
.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:
(and only leave "false" one in the following job ? - this way whenever we
add something - it only has to be added in one of those jobs.
##########
.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:
(and only leave "false" one in the following job ? - this way whenever we
add something - it only has to be added in one of those steps.
--
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]