Skip to content

Commit ce27780

Browse files
authored
Fix #1099 by locking pytype version (#1100)
1 parent b88d0fc commit ce27780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_all_and_run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ else
3636
pip install -U pip click && \
3737
black slack_bolt/ tests/ && \
3838
pytest && \
39-
pip install -U pytype && \
39+
pip install "pytype==2022.12.15" && \
4040
pytype slack_bolt/
4141
fi

0 commit comments

Comments
 (0)