Skip to content

Commit a77dc18

Browse files
committed
chore: remove nox installation from import profiler job
1 parent a2bd6ec commit a77dc18

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/import-profiler.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
with:
2626
python-version: "3.15"
2727
allow-prereleases: true
28-
- name: Install nox
28+
- name: Upgrade pip, setuptools, and wheel
2929
run: |
3030
python -m pip install --upgrade setuptools pip wheel
31-
python -m pip install nox
3231
- name: Run import profiler
3332
env:
3433
BUILD_TYPE: ${{ contains(github.event.pull_request.labels.*.name, 'import_profile:all_packages') && 'all' || 'presubmit' }}

0 commit comments

Comments
 (0)