From da68acd31bcd24ac270a3d3d1b4b50b9c1188535 Mon Sep 17 00:00:00 2001 From: sdb9696 Date: Tue, 27 Feb 2024 12:14:35 +0000 Subject: [PATCH] Do not fail fast on pypy jobs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07fa734b2..779f6b19c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,7 @@ jobs: name: Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} needs: linting runs-on: ${{ matrix.os }} + continue-on-error: ${{ startsWith(matrix.python-version, 'pypy') }} strategy: matrix: