Skip to content

Commit

Permalink
test: Update End2EndTest.yml
Browse files Browse the repository at this point in the history
Fix Python versions, was previously using 3.7.
  • Loading branch information
sfc-gh-twhite authored Oct 10, 2023
1 parent f3703e5 commit c02fcb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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

0 comments on commit c02fcb3

Please sign in to comment.