Continue on Conda CI error (#15958)

This commit is contained in:
Glenn Jocher 2024-09-02 20:00:02 +02:00 committed by GitHub
parent 1a497f174c
commit 5b3e60b452
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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