diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80f0b77..f21adb1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install CI dependencies - run: pip install codecov ${{ matrix.pytest-version }} ${{ matrix.pytest-django-version }} + run: pip install flake8 codecov ${{ matrix.pytest-version }} ${{ matrix.pytest-django-version }} - name: Install Django ${{ matrix.django-version }} run: pip install 'Django==${{ matrix.django-version }}'