diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5df81cbc..b68d8f680 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: run: python -m pip install --upgrade pip setuptools virtualenv wheel - name: Install dependencies - run: python -m pip install --upgrade tox pytest-cov + run: python -m pip install --upgrade tox pytest-cov django - name: Install tox-py if: ${{ matrix.python-version == '3.6' }}