From 5b3e60b4525f1b757bf4b1b8d78a273f7133e358 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 2 Sep 2024 20:00:02 +0200 Subject: [PATCH] Continue on Conda CI error (#15958) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 11bc4c77..0ea3a5a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -269,6 +269,7 @@ jobs: Conda: if: github.repository == 'ultralytics/ultralytics' && (github.event_name == 'schedule' || github.event.inputs.conda == 'true') + continue-on-error: true runs-on: ${{ matrix.os }} strategy: fail-fast: false