We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab43c0d commit e57ac02Copy full SHA for e57ac02
.github/workflows/ci.yml
@@ -36,6 +36,7 @@ jobs:
36
pip install -e .[cpphash,redis,uwsgi]
37
pip install pytest --quiet
38
pip install mock
39
+ pip install pytest-asyncio
40
pip install -r requirements.txt
41
42
- name: Run tests
0 commit comments