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 b88d0fc commit ce27780Copy full SHA for ce27780
scripts/install_all_and_run_tests.sh
@@ -36,6 +36,6 @@ else
36
pip install -U pip click && \
37
black slack_bolt/ tests/ && \
38
pytest && \
39
- pip install -U pytype && \
+ pip install "pytype==2022.12.15" && \
40
pytype slack_bolt/
41
fi
0 commit comments