Skip to content

Commit ad8cdb4

Browse files
committed
added pytest-asyncio library to full-test workflow
1 parent 65a1980 commit ad8cdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install core
2424
run: pip install "Django${{ matrix.django-version }}"
2525
- name: Install tests
26-
run: pip install pytest ninja-schema pytest-django django-ninja-extra python-jose==3.0.0 pyjwt[crypto]
26+
run: pip install pytest pytest-asyncio ninja-schema pytest-django django-ninja-extra python-jose==3.0.0 pyjwt[crypto]
2727
- name: Test
2828
run: pytest
2929
codestyle:

0 commit comments

Comments
 (0)