Skip to content

Commit 070b0bd

Browse files
committed
Test Django main against git master of django-rest-framework
Running against Django 4.2(dev) requires the fix encode/django-rest-framework#8556
1 parent 5ee5acb commit 070b0bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
postgres: 'postgres:12'
8383
- python: '3.10'
8484
django: 'git+https://github.com/django/django.git@main#egg=Django'
85+
install_extras: 'pip uninstall -y djangorestframework ; pip install git+https://github.com/encode/django-rest-framework.git@master#egg=djangorestframework'
8586
experimental: true
8687
postgres: 'postgres:12'
8788

0 commit comments

Comments
 (0)