Skip to content

Commit 902ccd1

Browse files
Axel Hörtebornclaude
andcommitted
Fix Windows CI: use os._exit() to bypass Qt cleanup crash
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b233004 commit 902ccd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
set PATH=C:\OSGeo4W\apps\qgis\bin;%PATH%
9090
set QT_QPA_PLATFORM=offscreen
9191
set QT_OPENGL=software
92-
python3 -m pytest tests -s || if %ERRORLEVEL% equ -1073740791 exit /b 0
92+
python3 -c "import sys, os; import pytest; code = pytest.main(['tests', '-s']); os._exit(code)"

0 commit comments

Comments
 (0)