Skip to content

Commit e06f29f

Browse files
committed
maybe permanent fix
1 parent f94eb5e commit e06f29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: 3.7
29+
python-version: ${{ matrix.python-version }}
3030

3131
- name: Install dependencies
3232
run: |

0 commit comments

Comments
 (0)