From 1df35bd428b824fd9ff8bb74bb26a2f82123c1f0 Mon Sep 17 00:00:00 2001 From: Julianne Swinoga Date: Sat, 24 Feb 2024 11:24:39 -0500 Subject: [PATCH] Fix Segmentation fault from QUiLoader() by bumping PySide6-Essentials version Also fixed the CI Windows pyside6 pruning. They removed the examples directory, and I think the includes directory can also be pruned. --- .github/workflows/build-and-release.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 1597dce..781d12f 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -97,8 +97,8 @@ jobs: rm -v ./dist/.python_local/Lib/site-packages/PySide6/designer.exe rm -v ./dist/.python_local/Lib/site-packages/PySide6/qmllint.exe rm -rv ./dist/.python_local/Lib/site-packages/PySide6/translations - rm -rv ./dist/.python_local/Lib/site-packages/PySide6/examples rm -rv ./dist/.python_local/Lib/site-packages/PySide6/qml + rm -rv ./dist/.python_local/Lib/site-packages/PySide6/include - name: Smoke test run: ./dist/OATFWGUI_Windows.bat --no-gui diff --git a/requirements.txt b/requirements.txt index 254cbad..088f84c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ platformio==6.1.4 -PySide6-Essentials==6.4.2 +PySide6-Essentials==6.5.3 # Last version that supports python 3.7 requests~=2.28.1 semver~=2.13.0 pygments~=2.13.0 \ No newline at end of file