diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 6a76b89..8b103a8 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -1,4 +1,4 @@ -name: Django Unit Tests and Linting +name: Unit Tests on: push: @@ -33,10 +33,6 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt - - name: Linting with flake8 - run: | - flake8 . - - name: Run Tests run: | python manage.py test