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 c839899 commit fb7b8b7Copy full SHA for fb7b8b7
.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 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