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 65a1980 commit ad8cdb4Copy full SHA for ad8cdb4
.github/workflows/test_full.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install core
24
run: pip install "Django${{ matrix.django-version }}"
25
- name: Install tests
26
- run: pip install pytest ninja-schema pytest-django django-ninja-extra python-jose==3.0.0 pyjwt[crypto]
+ run: pip install pytest pytest-asyncio ninja-schema pytest-django django-ninja-extra python-jose==3.0.0 pyjwt[crypto]
27
- name: Test
28
run: pytest
29
codestyle:
0 commit comments