Skip to content

Commit ad8e9fc

Browse files
[CI] Switch python version in xcmetrics workflow (#3700)
1 parent 969def6 commit ad8e9fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sdk-performance-metrics.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
with:
2929
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
3030

31+
- uses: actions/setup-python@v5
32+
with:
33+
python-version: 3.12 # gsutil requires Python version 3.8-3.12
34+
3135
- uses: actions/[email protected]
3236
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
3337
with:

0 commit comments

Comments
 (0)