diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2697f743..c29c0675 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,8 +35,7 @@ jobs: - name: Install dependencies if: steps.cache-deps.outputs.cache-hit != 'true' run: | - pip install -U wheel setuptools coveralls - pip install -Ur requirements.txt + pip install -Ur requirements.txt coveralls python setup.py develop - name: Lint if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.PYTHON_LATEST