Commit bfb1168
committed
chore(ci): remove redundant pip/setuptools/wheel upgrade step from wo… (#17715)
This PR removes the redundant `Upgrade pip, setuptools, and wheel` step
from the host runner environment in
`.github/workflows/import-profiler.yml`.
Since `ci/run_single_test.sh` now initializes its own virtual
environment and upgrades/installs `pip` and `setuptools` inside
`.venv-profiler`, upgrading them in the host runner environment is
redundant and has no effect on the actual profile checks.1 parent 22478ac commit bfb1168
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
| |||
0 commit comments