diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f31191..cf9b2e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,11 @@ jobs: action: pypy-3.8 steps: + - name: fail + if: matrix.os.name == 'Linux' && matrix.python.action == '3.7' + run: | + false + - uses: actions/checkout@v2 - name: Set up ${{ matrix.python.name }}