Skip to content

Commit 6a40797

Browse files
committed
string vs number
1 parent e896099 commit 6a40797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python 3.10
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.10
21+
python-version: "3.10"
2222
- name: Versions
2323
run: |
2424
python3 --version

0 commit comments

Comments
 (0)