Skip to content

Commit 04c3ef5

Browse files
committed
added pytest asyncio for async tests
1 parent 5a968cf commit 04c3ef5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
python -m pip install --upgrade pip
2020
pip install build
2121
pip install pytest
22+
pip install pytest-asyncio
2223
pip install .
2324
- name: Run Test
2425
env:

0 commit comments

Comments
 (0)