Skip to content

Commit ee7befd

Browse files
committed
Set pytype version to 2021.4.15
1 parent 99ed6a6 commit ee7befd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if [ ${python_version:7:3} == "3.8" ]; then
7575
pip install -e ".[async]"
7676
pip install -e ".[adapter]"
77-
pip install "pytype" && pytype slack_bolt/
77+
pip install "pytype==2021.4.15" && pytype slack_bolt/
7878
fi
7979
- name: Run all tests for codecov (3.9 only)
8080
run: |

0 commit comments

Comments
 (0)