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 d2187f7 commit 61a30c5Copy full SHA for 61a30c5
.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
+ run: pip install pytest pytest-asyncio pytest-django injector>=0.19.0 django-ninja asgiref contextlib2
27
- name: Test
28
run: pytest
29
codestyle:
0 commit comments