We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9c4cb commit e27a6c1Copy full SHA for e27a6c1
1 file changed
.github/workflows/release.yml
@@ -102,6 +102,8 @@ jobs:
102
# ffmpeg is not supported in the latest macOS arch:
103
# Error: setup-ffmpeg can only be run on 64-bit systems
104
if: matrix.architecture == 'x64'
105
+ # Allow this step to fail (it frequently fails)
106
+ continue-on-error: true
107
108
- name: Build and test with Pyinstaller on MacOS
109
# Enable for Python3.13 only because it often fails at codesign (subprocess timeout)
0 commit comments