diff --git a/.github/workflows/build_steps.yml b/.github/workflows/build_steps.yml index 0c0afe2fb2..72a58c2f91 100644 --- a/.github/workflows/build_steps.yml +++ b/.github/workflows/build_steps.yml @@ -279,7 +279,7 @@ jobs: - os: 0 include: - ${{fromJSON(inputs.matrix)[0]}} # The items after 0 are for tests only - if: github.event.inputs.os == 'linux' && inputs.job_type == 'build-python-wheels' + if: fromJSON(inputs.matrix).os == 'linux' && inputs.job_type == 'build-python-wheels' with: python3: ${{inputs.python3}} wheel: wheel-${{needs.compile.outputs.cibw_build}}