Skip to content

Commit

Permalink
Update Python versions in tests
Browse files Browse the repository at this point in the history
Update End2EndTest.yml to higher python version
  • Loading branch information
sfc-gh-xhuang authored Oct 31, 2023
2 parents f3703e5 + 4c33af1 commit 204ba80
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/End2EndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.7.9', '3.8.7' ]
python-version: [ '3.8', '3.9', '3.10' ]
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
Expand Down Expand Up @@ -49,4 +49,3 @@ jobs:
name: codecov-snowpipe-python-sdk
fail_ci_if_error: true
verbose: true

0 comments on commit 204ba80

Please sign in to comment.