From 4087c9969d32ca2185efbf1f6bce4f4456767dc4 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 2 Oct 2024 15:29:17 +0200 Subject: [PATCH] Update pyaudio_on_py3_13.yml --- .github/workflows/pyaudio_on_py3_13.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |