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 7b692e8 commit 16ea0bdCopy full SHA for 16ea0bd
.github/workflows/ci-build.yml
@@ -74,7 +74,8 @@ jobs:
74
if [ ${python_version:7:3} == "3.8" ]; then
75
pip install -e ".[async]"
76
pip install -e ".[adapter]"
77
- pip install "pytype" && pytype slack_bolt/
+ # TODO: upgrade pytype
78
+ pip install "pytype==2021.9.27" && pytype slack_bolt/
79
fi
80
- name: Run all tests for codecov (3.9 only)
81
run: |
scripts/run_pytype.sh
@@ -4,5 +4,6 @@
4
script_dir=$(dirname $0)
5
cd ${script_dir}/.. && \
6
pip install -e ".[adapter]" && \
7
- pip install -U pytype && \
8
+ pip install "pytype==2021.9.27" && \
9
pytype slack_bolt/
0 commit comments