Skip to content

Commit

Permalink
Update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Oct 24, 2023
1 parent a5392a0 commit 4a9ea2f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
cache: "pip"

- name: Install dependencies
run: |
python --version
Expand Down Expand Up @@ -47,6 +53,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
driver:
- mysql
- https
Expand Down Expand Up @@ -132,6 +139,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
cache: "pip"

- name: Install dependencies
run: |
python --version
Expand Down

0 comments on commit 4a9ea2f

Please sign in to comment.