diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fb7ea7bf..c36788e7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -14,7 +14,8 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - run: pip install -U nox pip wheel --user + - run: pip install -U pip --user + - run: pip install -U nox wheel - run: nox -s lint - run: nox -s tests-${{ matrix.python-version }} -- --slow --cov - run: nox -s build