This is an automated email from the ASF dual-hosted git repository.

linxinyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new 286a39626a fix: Added setup python section to frontend test to pin 
python to 3.12 (#4215)
286a39626a is described below

commit 286a39626aab9463f8b8c46ff0a82d3b8ec3f62b
Author: Matthew B. <[email protected]>
AuthorDate: Sat Feb 14 15:41:51 2026 -0800

    fix: Added setup python section to frontend test to pin python to 3.12 
(#4215)
---
 .github/workflows/github-action-build.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/github-action-build.yml 
b/.github/workflows/github-action-build.yml
index e7b277cc99..2bffd133ec 100644
--- a/.github/workflows/github-action-build.yml
+++ b/.github/workflows/github-action-build.yml
@@ -64,7 +64,12 @@ jobs:
             ${{ runner.os }}-${{ matrix.arch }}-${{ matrix.node-version 
}}-yarn-cache-v1-
       - name: Prepare Yarn 4.5.1
         run: corepack enable && corepack prepare [email protected] --activate && yarn 
--cwd frontend set version 4.5.1
+      - name: Setup Python
+        uses: actions/setup-python@v6
+        with:
+          python-version: '3.12'
       - name: Install dependency
+        timeout-minutes: 20
         run: yarn --cwd frontend install --immutable --network-timeout=100000
       - name: Lint with Prettier & ESLint
         run: yarn --cwd frontend format:ci

Reply via email to