Skip to content

Commit

Permalink
Update pyaudio_on_py3_13.yml
Browse files Browse the repository at this point in the history
cclauss authored Oct 2, 2024

Verified

This commit was signed with the committer’s verified signature.
asmeurer Aaron Meurer
1 parent 778cd65 commit 4087c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyaudio_on_py3_13.yml
Original file line number Diff line number Diff line change
@@ -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: |

0 comments on commit 4087c99

Please sign in to comment.