From 6184004f390f8095c9a2c52687e54f4c8fe27d88 Mon Sep 17 00:00:00 2001 From: Cordero Core <127983572+uwcdc@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:10:02 -0700 Subject: [PATCH] Update ci.yml Add `continues-on-error` --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a249c7..66ca8c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: checks: name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }} runs-on: ${{ matrix.runs-on }} + continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: