potiuk commented on code in PR #45266:
URL: https://github.com/apache/airflow/pull/45266#discussion_r1899155195


##########
scripts/docker/entrypoint_ci.sh:
##########
@@ -213,9 +213,12 @@ function determine_airflow_to_use() {
             echo
             echo "${COLOR_BLUE}Uninstalling all packages first${COLOR_RESET}"
             echo
-            pip freeze | grep -ve "^-e" | grep -ve "^#" | grep -ve "^uv" | 
xargs pip uninstall -y --root-user-action ignore
+            # shellcheck disable=SC2086

Review Comment:
   With `uv` this will be faster.



-- 
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]

Reply via email to