This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch fix-playground-nightly in repository https://gitbox.apache.org/repos/asf/beam.git
commit 19030b232cd7363aaec3e6bdeb042dde6bdaebb8 Author: Vitaly Terentyev <[email protected]> AuthorDate: Fri Jul 24 15:44:10 2026 +0400 Use Python 3.11 --- .github/workflows/beam_Playground_CI_Nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_Playground_CI_Nightly.yml b/.github/workflows/beam_Playground_CI_Nightly.yml index 690e8c00b76..3a30b975495 100644 --- a/.github/workflows/beam_Playground_CI_Nightly.yml +++ b/.github/workflows/beam_Playground_CI_Nightly.yml @@ -67,7 +67,7 @@ jobs: - name: Setup environment uses: ./.github/actions/setup-environment-action with: - python-version: default + python-version: '3.11' go-version: '1.26' - name: Install requirements run: |
