Skip to content

Commit

Permalink
Remove djangomain from CI (DRF incompatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Sep 12, 2022
1 parent ac430eb commit 1414d0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
strategy:
matrix:
python: ["3.10"]
django: [32,41,main]
# TODO: restore main once DRF compatibility is restored
# See https://github.com/encode/django-rest-framework/pull/8556
django: [32,41]

env:
TOXENV: py${{ matrix.python }}-django${{ matrix.django }}
Expand Down

0 comments on commit 1414d0b

Please sign in to comment.