We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d28a9 commit 12078e9Copy full SHA for 12078e9
.github/workflows/test.yml
@@ -38,6 +38,7 @@ jobs:
38
python -m pip install --upgrade pip
39
pip install -r src/backend/requirements.txt
40
pip install pytest-cov
41
+ pip install pytest-asyncio
42
43
- name: Check if test files exist
44
id: check_tests
0 commit comments