test omp part

pull/17717/head
Alexander Nesterov 3 months ago
parent 426879d80d
commit 896c32b4d0
  1. 4
      .github/workflows/ci.yaml

@ -95,6 +95,8 @@ jobs:
Benchmarks:
if: github.event_name != 'workflow_dispatch' || github.event.inputs.benchmarks == 'true'
runs-on: ${{ matrix.os }}
env:
OMP_WAIT_POLICY: PASSIVE
strategy:
fail-fast: false
matrix:
@ -237,6 +239,8 @@ jobs:
if: github.repository == 'ultralytics/ultralytics' && (github.event_name == 'schedule' || github.event.inputs.raspberrypi == 'true')
timeout-minutes: 120
runs-on: raspberry-pi
env:
OMP_WAIT_POLICY: PASSIVE
steps:
- uses: actions/checkout@v4
- name: Activate Virtual Environment

Loading…
Cancel
Save