diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index f6a9803..53cc716 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -27,4 +27,4 @@ jobs: pip install -r requirements_tests.txt - name: Test with pytest run: | - pytest test + pytest test --asyncio-mode=auto