We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb25e9b commit c854df3Copy full SHA for c854df3
.github/workflows/ci_pybindings.yml
@@ -61,5 +61,5 @@ jobs:
61
run: |
62
source venv/bin/activate
63
export QT_QPA_PLATFORM=offscreen
64
- timeout 3s env LD_LIBRARY_PATH=$VIRTUAL_ENV/lib/python3.13/site-packages/PySide6 python py/demo.py
65
- if [[ $? -ne 124 ]]; then exit 1; fi
+ timeout 3s env LD_LIBRARY_PATH=$VIRTUAL_ENV/lib/python3.13/site-packages/PySide6 python py/demo.py || rc=$?
+ if [[ $rc -ne 124 ]]; then exit 1; fi
0 commit comments