Commit b2f7cb0
authored
fix(ci): install setuptools in temporary virtualenv for import profile (#17714)
The import-profile CI workflow fails on Python 3.15 with:
```
ModuleNotFoundError: No module named 'google.cloud.api'. Did you mean: 'google.cloud.location'?
```
This PR installs setuptools inside the temporary .venv-profiler
virtualenv created for profiling. This ensures the profiler's namespace
package resolution logic works correctly on newer Python versions
(3.12+) where setuptools is no longer installed by default.1 parent a85d59f commit b2f7cb0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments