We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d01c67 commit 890cf3fCopy full SHA for 890cf3f
1 file changed
scripts/run_tests.sh
@@ -20,7 +20,8 @@ else
20
black slack_bolt/ tests/ \
21
&& pytest \
22
&& pip install -e ".[adapter]" \
23
- && pip install -U pip setuptools wheel pytype \
+ && pip install -U pip setuptools wheel \
24
+ && pip install -U pytype \
25
&& pytype slack_bolt/
26
else
27
black slack_bolt/ tests/ && pytest
0 commit comments