Continue on Conda CI error (#15958)

action-recog
Glenn Jocher 3 months ago committed by fcakyon
parent d57504df6d
commit eeb733af32
  1. 1
      .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

Loading…
Cancel
Save