Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfaf10 commit a267c52Copy full SHA for a267c52
1 file changed
.github/workflows/reviewdog.yml
@@ -50,6 +50,8 @@ jobs:
50
51
- name: Set up Python
52
uses: actions/setup-python@v4
53
+ with:
54
+ python-version: 3.9
55
56
- name: Set up reviewdog
57
run: |
@@ -62,7 +64,7 @@ jobs:
62
64
- name: Install Python dependencies
63
65
66
python -m pip install --upgrade pip
- python -m pip install --upgrade mypy==1.2.0
67
+ python -m pip install --upgrade mypy==1.5.1
68
69
- name: Install cycler
70
0 commit comments