Skip to content

Commit

Permalink
NO-SNOW: Update python version to fix build issue (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-hx authored Jan 7, 2025
1 parent 3f9afd7 commit d3cef59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d3cef59

Please sign in to comment.