meld:master commits
-
Fix crash on image comparison with admin:// scheme (#939)
Fix suggested by @Arnaudv6
-
Merge branch 'fix-ci' into 'main'
Attempt to fix CI installing packages to the system python See merge request !142
-
Attempt to fix CI installing packages to the system python
This is just a theory, but it looks like pip was removed from the default python install, which meant that the pip that was used for our python package install below came from the system python install, which then meant that the subsequent pyinstaller build couldn't find it.