potiuk commented on code in PR #53770:
URL: https://github.com/apache/airflow/pull/53770#discussion_r2232638324
##########
scripts/docker/install_os_dependencies.sh:
##########
@@ -19,16 +19,21 @@
set -euo pipefail
if [[ "$#" != 1 ]]; then
- echo "ERROR! There should be 'runtime' or 'dev' parameter passed as
argument.".
+ echo "ERROR! There should be 'runtime', 'ci' or 'dev' parameter passed as
argument.".
exit 1
fi
+AIRFLOW_PYTHON_VERSION=${AIRFLOW_PYTHON_VERSION:-v3.10.10}
Review Comment:
We should add "install_os_dependencise.sh" to the upggrade mechanism (maybe
with new regexp) in "update_installers_and_precommit.sh" - BTW I think we
should also rename that change to something more generic - for example
`upgrade_system_dependencies.sh` ?
--
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]