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 8586d9e commit c8b28dfCopy full SHA for c8b28df
.github/workflows/ci-build.yml
@@ -38,7 +38,7 @@ jobs:
38
# As the tests here are often slow on GitHub Actions,
39
# we pick up only one Python version for it.
40
python_version=`python -V`
41
- if [ ${python_version:7:3} == "3.9" ]; then
+ if [ ${python_version:7:3} == "3.6" ]; then
42
pip install -e ".[async]"
43
pip install "pytest-asyncio<1"
44
pytest tests/slack_bolt_async/
0 commit comments