Skip to content

Commit 8586d9e

Browse files
committed
Fix build settings
1 parent 4bd5261 commit 8586d9e

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
run: |
5050
python_version=`python -V`
5151
if [ ${python_version:7:3} == "3.8" ]; then
52+
pip install -e ".[async]"
53+
pip install -e ".[adapter]"
5254
pip install "pytype" && pytype slack_bolt/
5355
pytest --cov=slack_bolt/ && bash <(curl -s https://codecov.io/bash)
5456
fi

.travis.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)