File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3535 pytest tests/adapter_tests/
3636 - name : Run async tests
3737 run : |
38- # As the tests here are often slow on GitHub Actions,
39- # we pick up only one Python version for it.
4038 python_version=`python -V`
39+ # TODO: As Python 3.6 works the most stably on GitHub Actions,
40+ # we use the version for code coverage and async tests
4141 if [ ${python_version:7:3} == "3.6" ]; then
4242 pip install -e ".[async]"
4343 pip install "pytest-asyncio<1"
4848 - name : Run pytype verification & codecov
4949 run : |
5050 python_version=`python -V`
51- if [ ${python_version:7:3} == "3.8" ]; then
51+ # TODO: As Python 3.6 works the most stably on GitHub Actions,
52+ # we use the version for code coverage and async tests
53+ if [ ${python_version:7:3} == "3.6" ]; then
5254 pip install -e ".[async]"
5355 pip install -e ".[adapter]"
5456 pip install "pytype" && pytype slack_bolt/
You can’t perform that action at this time.
0 commit comments