Skip to content

Commit fb7b8b7

Browse files
committed
fixed injector version to version that supports py3.6
1 parent c839899 commit fb7b8b7

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 }}" pydantic
2525
- name: Install tests
26-
run: pip install pytest pytest-asyncio pytest-django injector django-ninja asgiref contextlib2
26+
run: pip install pytest pytest-asyncio pytest-django injector==0.19.0 django-ninja asgiref contextlib2
2727
- name: Test
2828
run: pytest
2929
codestyle:

0 commit comments

Comments
 (0)