From 14dd99e2a71c1fe4ac93e43ab92d93d719f32528 Mon Sep 17 00:00:00 2001 From: Cordero Core <127983572+uwcdc@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:25:27 -0700 Subject: [PATCH] Update ci.yml Commenting out `continue-on-error` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f47e734..4dcac45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: checks: name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }} runs-on: ${{ matrix.runs-on }} - continue-on-error: ${{ matrix.experimental }} + # continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: