Skip to content

Commit bfb1168

Browse files
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

File tree

.github/workflows/import-profiler.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
with:
2727
python-version: "3.15"
2828
allow-prereleases: true
29-
- name: Upgrade pip, setuptools, and wheel
30-
run: |
31-
python -m pip install --upgrade setuptools pip wheel
3229
- name: Run import profiler
3330
env:
3431
BUILD_TYPE: presubmit

0 commit comments

Comments
 (0)