Skip to content

Commit ca09f61

Browse files
committed
Fix CI build settings for properly running codecov
1 parent 256e47e commit ca09f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
# we use the version for code coverage and async tests
4949
if [ ${python_version:7:3} == "3.6" ]; then
5050
pip install -e ".[async]"
51-
pip install -e ".[adapter]"
51+
pip install -e ".[testing]"
5252
pytest --cov=slack_bolt/ && bash <(curl -s https://codecov.io/bash)
5353
fi

0 commit comments

Comments
 (0)