Skip to content

Commit d6568d9

Browse files
Update python-app.yml
1 parent 8b84e24 commit d6568d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python 3
1717
uses: actions/setup-python@v3
1818
with:
19-
python-version: "3.11"
19+
python-version: "3.8"
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Python 3
4242
uses: actions/setup-python@v3
4343
with:
44-
python-version: "3.11"
44+
python-version: "3.8"
4545
- name: Install dependencies
4646
run: |
4747
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)