Skip to content

Commit c8b28df

Browse files
committed
Switch async test execution to python 3.6
1 parent 8586d9e commit c8b28df

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
@@ -38,7 +38,7 @@ jobs:
3838
# As the tests here are often slow on GitHub Actions,
3939
# we pick up only one Python version for it.
4040
python_version=`python -V`
41-
if [ ${python_version:7:3} == "3.9" ]; then
41+
if [ ${python_version:7:3} == "3.6" ]; then
4242
pip install -e ".[async]"
4343
pip install "pytest-asyncio<1"
4444
pytest tests/slack_bolt_async/

0 commit comments

Comments
 (0)