Skip to content

Commit 607ff92

Browse files
committed
Fix python app testing
1 parent 1296713 commit 607ff92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v2
29-
- name: Set up Python 3.8
29+
- name: Set up Python 3.11
3030
uses: actions/setup-python@v2
3131
with:
32-
python-version: 3.8
32+
python-version: 3.11
3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)