From aa013fc6685ed7dd80fa351a7b356ec511f37c50 Mon Sep 17 00:00:00 2001 From: Vitaly Terentyev Date: Tue, 21 Apr 2026 01:07:01 +0400 Subject: [PATCH] Install python --- .github/workflows/beam_CleanUpGCPResources.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beam_CleanUpGCPResources.yml b/.github/workflows/beam_CleanUpGCPResources.yml index ad31e80da901..e3527a970839 100644 --- a/.github/workflows/beam_CleanUpGCPResources.yml +++ b/.github/workflows/beam_CleanUpGCPResources.yml @@ -54,7 +54,7 @@ jobs: runs-on: [self-hosted, ubuntu-24.04, main] timeout-minutes: 100 strategy: - matrix: + matrix: job_name: [beam_CleanUpGCPResources] job_phrase: [Run Clean GCP Resources] if: | @@ -73,6 +73,7 @@ jobs: uses: ./.github/actions/setup-environment-action with: disable-cache: true + python-version: default - name: Setup gcloud uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db - name: Install gcloud bigtable cli @@ -80,4 +81,4 @@ jobs: - name: run cleanup GCP resources uses: ./.github/actions/gradle-command-self-hosted-action with: - gradle-command: :beam-test-tools:cleanupOtherStaleResources \ No newline at end of file + gradle-command: :beam-test-tools:cleanupOtherStaleResources