Skip to content

Commit

Permalink
Merge branch 'master' into master-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-hx authored Jan 7, 2025
2 parents b0e8734 + d3cef59 commit ac951f3
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 ac951f3

Please sign in to comment.