Skip to content

Commit 72a43e1

Browse files
committed
Change Django branch for CI testing.
1 parent ce2ff89 commit 72a43e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Checkout Django
4444
uses: actions/checkout@v4
4545
with:
46-
repository: 'mongodb-forks/django'
47-
ref: 'mongodb-5.0.x'
46+
repository: 'wavev/django'
47+
ref: 'add-support-for-GenericForeignKey-and-GenericRelation'
4848
path: 'django_repo'
4949
- name: Install system packages for Django's Python test dependencies
5050
run: |

0 commit comments

Comments
 (0)