Skip to content

Commit 9e2551c

Browse files
committed
add pytest-asyncio
1 parent b20b381 commit 9e2551c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
if [ -f backend/requirements.txt ]; then pip install -r backend/requirements.txt; fi
24-
pip install pytest
24+
pip install pytest pytest-asyncio
2525
- name: Test
2626
working-directory: ./backend/src
2727
run: |

0 commit comments

Comments
 (0)