Skip to content

Commit

Permalink
Fix Segmentation fault from QUiLoader() by bumping PySide6-Essentials…
Browse files Browse the repository at this point in the history
… version

Also fixed the CI Windows pyside6 pruning. They removed the examples directory,
and I think the includes directory can also be pruned.
  • Loading branch information
julianneswinoga committed Feb 24, 2024
1 parent f940e67 commit 1df35bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1df35bd

Please sign in to comment.