Skip to content

Commit 5af5222

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/gapic-generator-centralization-request-id
2 parents 9e169f8 + 3502d41 commit 5af5222

17 files changed

Lines changed: 771 additions & 241 deletions

File tree

.github/workflows/import-profiler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
python-version: "3.15"
2828
allow-prereleases: true
29+
cache: 'pip'
2930
- name: Run import profiler
3031
env:
3132
BUILD_TYPE: presubmit

ci/run_single_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ case ${TEST_TYPE} in
101101
echo "Creating temporary virtualenv for import profile..."
102102
python3 -m venv .venv-profiler
103103
source .venv-profiler/bin/activate
104+
export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
104105
python -m pip install --upgrade pip setuptools
105106

106107
PACKAGE_NAME=$(basename $(pwd))

0 commit comments

Comments
 (0)