Skip to content

Commit 2e7fc29

Browse files
committed
fix
1 parent 17d1066 commit 2e7fc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Python
3535
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
3636
with:
37-
python-version: 3.10
37+
python-version: "3.10"
3838

3939
- name: Install Dependencies
4040
run: |

0 commit comments

Comments
 (0)