From d3cef59c171f5be53f44ecb4d72f86d4ad163b64 Mon Sep 17 00:00:00 2001 From: Harry Xi Date: Tue, 7 Jan 2025 01:33:56 -0800 Subject: [PATCH] NO-SNOW: Update python version to fix build issue (#805) --- .github/workflows/build-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index ae11ecc52d..bab19e2cb4 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -47,7 +47,7 @@ jobs: if: github.ref_name == github.event.repository.default_branch && matrix.cloud_provider == 'AWS' - uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.13' architecture: 'x64' - name: Test shell: bash @@ -92,7 +92,7 @@ jobs: if: github.ref_name == github.event.repository.default_branch && matrix.cloud_provider == 'AWS' - uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.13' architecture: 'x64' - name: Test shell: cmd @@ -138,7 +138,7 @@ jobs: if: github.ref_name == github.event.repository.default_branch && matrix.cloud_provider == 'AWS' - uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.13' architecture: 'x64' - name: Test shell: cmd @@ -206,7 +206,7 @@ jobs: run: ci/build_linux.sh - uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.13' architecture: 'x64' - name: Test on AWS shell: bash