potiuk commented on code in PR #52265:
URL: https://github.com/apache/airflow/pull/52265#discussion_r2175612702
##########
.github/workflows/basic-tests.yml:
##########
@@ -292,6 +292,7 @@ jobs:
if: always()
env:
UPGRADE_UV: "true"
+ UPGRADE_PYTHON: "false"
Review Comment:
As discussed in slack it would also be great to add golang here - in the
fashion similar to UV - we do not "fail" the build when uv has new version - we
merely print the output showing that it **should** be upgraded, but when we run
pre-commit locally we use defaults - which means we update everything. That is
the best of both worlds.
--
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]