Commit 640127c
fix: verify PySide6 install with pip show instead of exit code
pip install can return non-zero even on success (e.g. deprecation
warnings). Use pip show after install to confirm the package is
actually available.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a233fda commit 640127c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments