Skip to content

Commit

Permalink
Test Django main against git master of django-rest-framework
Browse files Browse the repository at this point in the history
Running against Django 4.2(dev) requires the fix encode/django-rest-framework#8556
  • Loading branch information
gasman committed Jul 14, 2022
1 parent 5ee5acb commit 9f4b415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
postgres: 'postgres:12'
- python: '3.10'
django: 'git+https://github.com/django/django.git@main#egg=Django'
install_extras: 'pip uninstall -y djangorestframework ; pip install git+https://github.com/encode/django-rest-framework.git@master#egg=djangorestframework'
experimental: true
postgres: 'postgres:12'

Expand Down

0 comments on commit 9f4b415

Please sign in to comment.