Skip to content

Commit 890cf3f

Browse files
committed
Update test runner script to avoid installation failures
1 parent 1d01c67 commit 890cf3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/run_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ else
2020
black slack_bolt/ tests/ \
2121
&& pytest \
2222
&& pip install -e ".[adapter]" \
23-
&& pip install -U pip setuptools wheel pytype \
23+
&& pip install -U pip setuptools wheel \
24+
&& pip install -U pytype \
2425
&& pytype slack_bolt/
2526
else
2627
black slack_bolt/ tests/ && pytest

0 commit comments

Comments
 (0)