Skip to content

Commit a18c91e

Browse files
authored
Update python-app.yml
1 parent 1019757 commit a18c91e

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: 3.10
22+
python-version: "3.10"
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)