Skip to content

Commit b4e1d57

Browse files
authored
Install python (#38253)
1 parent 25370f5 commit b4e1d57

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/beam_CleanUpGCPResources.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: [self-hosted, ubuntu-24.04, main]
5555
timeout-minutes: 100
5656
strategy:
57-
matrix:
57+
matrix:
5858
job_name: [beam_CleanUpGCPResources]
5959
job_phrase: [Run Clean GCP Resources]
6060
if: |
@@ -73,11 +73,12 @@ jobs:
7373
uses: ./.github/actions/setup-environment-action
7474
with:
7575
disable-cache: true
76+
python-version: default
7677
- name: Setup gcloud
7778
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db
7879
- name: Install gcloud bigtable cli
7980
run: gcloud components install cbt
8081
- name: run cleanup GCP resources
8182
uses: ./.github/actions/gradle-command-self-hosted-action
8283
with:
83-
gradle-command: :beam-test-tools:cleanupOtherStaleResources
84+
gradle-command: :beam-test-tools:cleanupOtherStaleResources

0 commit comments

Comments
 (0)