diff --git a/.github/workflows/pyaudio_on_py3_13.yml b/.github/workflows/pyaudio_on_py3_13.yml index ce79337..2c8369d 100644 --- a/.github/workflows/pyaudio_on_py3_13.yml +++ b/.github/workflows/pyaudio_on_py3_13.yml @@ -22,10 +22,10 @@ jobs: allow-prereleases: true - name: Failing step id: demo - if: python-version == '3.14' + if: matrix.python-version == '3.14' run: exit 1 - name: The demo step has failed - if: ${{ failure() && steps.demo.conclusion == 'failure' && python-version == '3.14'}} + if: ${{ failure() && steps.demo.conclusion == 'failure' && matrix.python-version == '3.14'}} run: exit 0 - if: runner.os == 'Linux' run: |