Skip to content

Commit 03cdd90

Browse files
committed
chore(ci): remove redundant pip/setuptools/wheel upgrade step from workflow
1 parent cff43d7 commit 03cdd90

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)