Skip to content

Commit

Permalink
Merge branch 'master-2.0.0' into SNOW-710476-stage-bind-error-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-hx authored Jan 8, 2025
2 parents 192ce33 + ac951f3 commit b7c7d6d
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 b7c7d6d

Please sign in to comment.