Skip to content

Commit

Permalink
revert to latest ninja version on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Dec 10, 2023
1 parent 93d6609 commit 650f211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install core
run: pip install --pre "Django${{ matrix.django-version }}"
- name: Install tests
run: pip install pytest 'pytest-asyncio==0.20.3' pytest-django 'injector>=0.19.0' 'django-ninja==1.0.1' asgiref contextlib2 'ninja-schema>=0.13.4'
run: pip install pytest 'pytest-asyncio==0.20.3' pytest-django 'injector>=0.19.0' django-ninja asgiref contextlib2 'ninja-schema>=0.13.4'
- name: Test
run: pytest
codestyle:
Expand Down

0 comments on commit 650f211

Please sign in to comment.