From b0ec52fa449bcbd7276d700135a9326d04064a86 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Wed, 14 Feb 2024 10:34:28 -0600 Subject: [PATCH] Make unstable CI not cause overall failure --- .github/workflows/tests_conda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests_conda.yml b/.github/workflows/tests_conda.yml index 185e4026..ab783b81 100644 --- a/.github/workflows/tests_conda.yml +++ b/.github/workflows/tests_conda.yml @@ -8,6 +8,7 @@ on: jobs: run: runs-on: ${{ matrix.os }} + continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: