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 87b5c79 commit 89af5f2Copy full SHA for 89af5f2
.github/workflows/test_full.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install core
24
run: pip install "Django${{ matrix.django-version }}" pydantic
25
- name: Install tests
26
- run: pip install pytest pytest-asyncio pytest-django injector>=0.19.0 django-ninja asgiref contextlib2 ninja-schema==0.13.4
+ run: pip install pytest pytest-asyncio pytest-django injector>=0.19.0 django-ninja asgiref contextlib2 ninja-schema>=0.13.4
27
- name: Test
28
run: pytest
29
codestyle:
0 commit comments