Skip to content

Commit

Permalink
Do not install django-rest-framework master when testing against Djan…
Browse files Browse the repository at this point in the history
…go main

This was added in 070b0bd to ensure encode/django-rest-framework#8556 was in place, but this fix has now been released in django-rest-framework 3.14.
  • Loading branch information
gasman authored and Yekasumah committed Nov 1, 2022
1 parent 1592ae2 commit cfe55a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ 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 cfe55a7

Please sign in to comment.