Skip to content

Commit

Permalink
Update test runner script to avoid installation failures
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Dec 11, 2020
1 parent 1d01c67 commit 890cf3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ else
black slack_bolt/ tests/ \
&& pytest \
&& pip install -e ".[adapter]" \
&& pip install -U pip setuptools wheel pytype \
&& pip install -U pip setuptools wheel \
&& pip install -U pytype \
&& pytype slack_bolt/
else
black slack_bolt/ tests/ && pytest
Expand Down

0 comments on commit 890cf3f

Please sign in to comment.