From b648acdd06e3a6a087872e53199aa3c8ee5cf880 Mon Sep 17 00:00:00 2001 From: Pascal Date: Fri, 21 Oct 2022 13:35:15 +0200 Subject: [PATCH] remove tab --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46ed49e..b639813 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: django-version: ['3.2', '4.0', '4.1'] pytest-version: ['pytest'] pytest-django-version: ['pytest-django'] - exclude: + exclude: - python-version: '3.7' django-version: '4.0' - python-version: '3.7'