diff --git a/.github/actions/breeze/action.yml b/.github/actions/breeze/action.yml index 03908cd2e3cfc..3fef664b337fa 100644 --- a/.github/actions/breeze/action.yml +++ b/.github/actions/breeze/action.yml @@ -41,6 +41,8 @@ runs: - name: "Install Breeze" shell: bash run: ./scripts/ci/install_breeze.sh + env: + PYTHON_VERSION: "${{ inputs.python-version }}" - name: "Free space" shell: bash run: breeze ci free-space diff --git a/.github/workflows/generate-constraints.yml b/.github/workflows/generate-constraints.yml index 565700a66ea6a..d2d0db0685a58 100644 --- a/.github/workflows/generate-constraints.yml +++ b/.github/workflows/generate-constraints.yml @@ -57,7 +57,7 @@ jobs: permissions: contents: read timeout-minutes: 70 - name: Generate constraints for ${{ inputs.python-versions-list-as-string }} + name: Generate constraints for ${{ matrix.python-version }} on ${{ inputs.platform }} runs-on: ${{ fromJSON(inputs.runners) }} strategy: matrix: