Skip to content

Commit b3b9438

Browse files
committed
fix action
1 parent 5309738 commit b3b9438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up Python 3.10
17+
- name: Set up Python 3.x
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: 3.10
20+
python-version: 3.x
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)