diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b6856cb..169824d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -66,7 +66,7 @@ jobs: run: poetry install - name: Style - if: ${{ ! startsWith(matrix.python-version, 'pypy-') }} + if: ${{ ! startsWith(matrix.python-version, 'pypy-') && startswith(matrix.os, 'ubuntu') }} run: make check - name: Tests