We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a968cf commit 04c3ef5Copy full SHA for 04c3ef5
1 file changed
.github/workflows/test.yml
@@ -19,6 +19,7 @@ jobs:
19
python -m pip install --upgrade pip
20
pip install build
21
pip install pytest
22
+ pip install pytest-asyncio
23
pip install .
24
- name: Run Test
25
env:
0 commit comments