From 03cdd90ed01fcd6fb9d32307e631bf847daebaf2 Mon Sep 17 00:00:00 2001 From: Heba Alazzeh Date: Tue, 14 Jul 2026 21:55:23 +0000 Subject: [PATCH 1/3] chore(ci): remove redundant pip/setuptools/wheel upgrade step from workflow --- .github/workflows/import-profiler.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/import-profiler.yml b/.github/workflows/import-profiler.yml index 71de0cef4ec7..781cb0603ba1 100644 --- a/.github/workflows/import-profiler.yml +++ b/.github/workflows/import-profiler.yml @@ -26,9 +26,6 @@ jobs: with: python-version: "3.15" allow-prereleases: true - - name: Upgrade pip, setuptools, and wheel - run: | - python -m pip install --upgrade setuptools pip wheel - name: Run import profiler env: BUILD_TYPE: presubmit From 6255a89db24b7db0b57ae3c29a83926c43b4f003 Mon Sep 17 00:00:00 2001 From: Heba Alazzeh Date: Tue, 14 Jul 2026 22:06:45 +0000 Subject: [PATCH 2/3] chore: dummy change to trigger import profiler CI check --- packages/google-cloud-api-gateway/noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/google-cloud-api-gateway/noxfile.py b/packages/google-cloud-api-gateway/noxfile.py index 5d48da9f9b29..04cff2ed843f 100644 --- a/packages/google-cloud-api-gateway/noxfile.py +++ b/packages/google-cloud-api-gateway/noxfile.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# Trigger import-profile CI check # Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); From 32d7e56d84da090e4002a887ecbc43c446c00778 Mon Sep 17 00:00:00 2001 From: Heba Alazzeh Date: Wed, 15 Jul 2026 13:40:22 +0000 Subject: [PATCH 3/3] chore: revert dummy change to trigger import profiler CI check --- packages/google-cloud-api-gateway/noxfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/google-cloud-api-gateway/noxfile.py b/packages/google-cloud-api-gateway/noxfile.py index 04cff2ed843f..5d48da9f9b29 100644 --- a/packages/google-cloud-api-gateway/noxfile.py +++ b/packages/google-cloud-api-gateway/noxfile.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Trigger import-profile CI check # Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License");