From b5c3b8396a88bd708feff0520a3eb6d54d95becd Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sun, 29 Jun 2025 20:24:23 +0200 Subject: [PATCH] Rmeove --tty specification for running the dependency script Apparently default --tty auto should be eough. --- .github/workflows/finalize-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/finalize-tests.yml b/.github/workflows/finalize-tests.yml index e10f7018726c5..bdfd0bbe79e45 100644 --- a/.github/workflows/finalize-tests.yml +++ b/.github/workflows/finalize-tests.yml @@ -156,7 +156,7 @@ jobs: - name: "Dependency upgrade summary" shell: bash run: > - breeze run --tty enabled uv run /opt/airflow/dev/constraints-updated-version-check.py --explain-why + breeze run uv run /opt/airflow/dev/constraints-updated-version-check.py --explain-why env: PYTHON_MAJOR_MINOR_VERSION: "${{ inputs.default-python-version }}"