From 4ecbef0579ad1a3f0591a54d7e24f8fe50d5d805 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Wed, 25 Mar 2026 19:02:10 -0500 Subject: [PATCH] Pin PySide to 6.10 for now 6.11 was causing the GUI tests to segfault --- .github/workflows/qt6-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qt6-tests.yml b/.github/workflows/qt6-tests.yml index 54c17470..2dda6cff 100644 --- a/.github/workflows/qt6-tests.yml +++ b/.github/workflows/qt6-tests.yml @@ -66,7 +66,7 @@ jobs: - name: Install Python dependencies run: | python -m pip install --upgrade pip - pip install pyfakefs PySide6 vermin requests || true + pip install pyfakefs "PySide6<6.11" vermin requests || true - name: Run App tests run: |