Commit 97cd848
fix: Use dynamic site-packages detection for cross-platform compatibility
- Replace hardcoded Python version paths with dynamic detection
- Use site.getsitepackages() to find correct virtualenv paths
- Improves compatibility across Python versions and platforms
- Should resolve remaining Python 3.12 and macOS CI failures
Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>1 parent 60466b2 commit 97cd848
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | 48 | | |
| 49 | + | |
51 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
52 | 59 | | |
53 | 60 | | |
54 | 61 | | |
| |||
0 commit comments