diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 82424094..448777c1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,8 +16,9 @@ jobs: cache: pip cache-dependency-path: setup.py - run: pip install -e .[test] - - run: pytest tests --cov scrapyd - - if: matrix.os != 'macos-latest' || matrix.python-version != 'pypy-3.9' + - if: matrix.python-version != 'pypy-3.9' || matrix.os != 'windows-latest' + run: pytest tests --cov scrapyd + - if: matrix.python-version != 'pypy-3.9' || matrix.os != 'macos-latest' name: Run integration tests run: | printf "[scrapyd]\nusername = hello12345\npassword = 67890world\n" > scrapyd.conf