Skip to content

Commit c28f231

Browse files
committed
Fix CI builds
1 parent ae08015 commit c28f231

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
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
python setup.py install
2727
pip install -U pip
28-
pip install "pytest>=5,<6" "pytest-cov>=2,<3"
28+
pip install "pytest>=5,<6" "pytest-cov>=2,<3" "flask_sockets>0.2,<1"
2929
- name: Run tests without aiohttp
3030
run: |
3131
pytest tests/slack_bolt/

0 commit comments

Comments
 (0)