From d0fc1ed6733b8a8f4d4eed402570f8df8a6dc6a8 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Fri, 15 Jan 2021 17:06:41 +0000 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8cdc3c8..335df62 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,6 @@ jobs: test: name: Tests runs-on: ubuntu-latest - continue-on-error: ${{ matrix.experimental }} strategy: matrix: python-version: @@ -14,10 +13,7 @@ jobs: - 3.7 - 3.8 - 3.9 - experimental: [false] - include: - - python-version: 3.10.0-alpha - 3.10.0 - experimental: true + - 3.10.0-alpha - 3.10.0 steps: - uses: actions/checkout@v2