We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256e47e commit ca09f61Copy full SHA for ca09f61
.github/workflows/ci-build.yml
@@ -48,6 +48,6 @@ jobs:
48
# we use the version for code coverage and async tests
49
if [ ${python_version:7:3} == "3.6" ]; then
50
pip install -e ".[async]"
51
- pip install -e ".[adapter]"
+ pip install -e ".[testing]"
52
pytest --cov=slack_bolt/ && bash <(curl -s https://codecov.io/bash)
53
fi
0 commit comments