Skip to content

Commit

Permalink
Lock the pytype version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Oct 13, 2021
1 parent 7b692e8 commit 16ea0bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
if [ ${python_version:7:3} == "3.8" ]; then
pip install -e ".[async]"
pip install -e ".[adapter]"
pip install "pytype" && pytype slack_bolt/
# TODO: upgrade pytype
pip install "pytype==2021.9.27" && pytype slack_bolt/
fi
- name: Run all tests for codecov (3.9 only)
run: |
Expand Down
3 changes: 2 additions & 1 deletion scripts/run_pytype.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
script_dir=$(dirname $0)
cd ${script_dir}/.. && \
pip install -e ".[adapter]" && \
pip install -U pytype && \
# TODO: upgrade pytype
pip install "pytype==2021.9.27" && \
pytype slack_bolt/

0 comments on commit 16ea0bd

Please sign in to comment.