diff --git a/.github/actions/build-ci-images/action.yml b/.github/actions/build-ci-images/action.yml index a622da980f4d8..81825f9a7915c 100644 --- a/.github/actions/build-ci-images/action.yml +++ b/.github/actions/build-ci-images/action.yml @@ -39,12 +39,12 @@ runs: run: > breeze release-management generate-constraints --run-in-parallel --airflow-constraints-mode constraints-source-providers - - name: "Generate PyPI constraints" - shell: bash - run: > - breeze release-management generate-constraints --run-in-parallel - --airflow-constraints-mode constraints - if: ${{ inputs.build-provider-packages != 'true' }} +# - name: "Generate PyPI constraints" +# shell: bash +# run: > +# breeze release-management generate-constraints --run-in-parallel +# --airflow-constraints-mode constraints +# if: ${{ inputs.build-provider-packages != 'true' }} - name: "Print dependency upgrade summary" shell: bash run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eeb8ffae756b..ca44ad3199593 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1683,8 +1683,8 @@ jobs: --airflow-constraints-mode constraints-source-providers breeze release-management generate-constraints \ --run-in-parallel --airflow-constraints-mode constraints-no-providers - breeze release-management generate-constraints \ - --run-in-parallel --airflow-constraints-mode constraints +# breeze release-management generate-constraints \ +# --run-in-parallel --airflow-constraints-mode constraints env: PYTHON_VERSIONS: ${{ needs.build-info.outputs.python-versions-list-as-string }} - name: "Set constraints branch name"