This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch check-latest-pip in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 50be87e716fa911bee29626d3cce899628295971 Author: Jarek Potiuk <[email protected]> AuthorDate: Sun Jul 13 08:13:17 2025 +0200 [DO NOT MERGE] Check if latest pip resolves Python 3.12 better --- .github/workflows/finalize-tests.yml | 3 --- .github/workflows/push-image-cache.yml | 1 - Dockerfile | 4 ++-- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/finalize-tests.yml b/.github/workflows/finalize-tests.yml index 8d8565add51..69f2fb9be0f 100644 --- a/.github/workflows/finalize-tests.yml +++ b/.github/workflows/finalize-tests.yml @@ -190,6 +190,3 @@ jobs: include-success-outputs: ${{ inputs.include-success-outputs }} docker-cache: ${{ inputs.docker-cache }} disable-airflow-repo-cache: ${{ inputs.disable-airflow-repo-cache }} - if: > - inputs.canary-run == 'true' && - (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') diff --git a/.github/workflows/push-image-cache.yml b/.github/workflows/push-image-cache.yml index b523577b46c..c3854b26104 100644 --- a/.github/workflows/push-image-cache.yml +++ b/.github/workflows/push-image-cache.yml @@ -229,4 +229,3 @@ jobs: --install-distributions-from-context --platform "${PLATFORM}" --airflow-constraints-mode constraints-source-providers - --push diff --git a/Dockerfile b/Dockerfile index e8aea12f0d0..3d40683c1e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,8 +54,8 @@ ARG PYTHON_BASE_IMAGE="python:3.10-slim-bookworm" # You can swap comments between those two args to test pip from the main version # When you attempt to test if the version of `pip` from specified branch works for our builds # Also use `force pip` label on your PR to swap all places we use `uv` to `pip` -ARG AIRFLOW_PIP_VERSION=25.1.1 -# ARG AIRFLOW_PIP_VERSION="git+https://github.com/pypa/pip.git@main" +#ARG AIRFLOW_PIP_VERSION=25.1.1 +ARG AIRFLOW_PIP_VERSION="git+https://github.com/pypa/pip.git@main" ARG AIRFLOW_SETUPTOOLS_VERSION=80.9.0 ARG AIRFLOW_UV_VERSION=0.7.20 ARG AIRFLOW_USE_UV="false"
