We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d1066 commit 2e7fc29Copy full SHA for 2e7fc29
.github/workflows/mypy.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up Python
35
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
36
with:
37
- python-version: 3.10
+ python-version: "3.10"
38
39
- name: Install Dependencies
40
run: |
0 commit comments