|
|
@ -167,7 +167,7 @@ jobs: |
|
|
|
run: docker run ultralytics/ultralytics:${{ matrix.tags }} /bin/bash -c "yolo checks && uv pip list" |
|
|
|
run: docker run ultralytics/ultralytics:${{ matrix.tags }} /bin/bash -c "yolo checks && uv pip list" |
|
|
|
|
|
|
|
|
|
|
|
- name: Run Tests |
|
|
|
- name: Run Tests |
|
|
|
if: (github.event_name == 'push' || github.event.inputs[matrix.dockerfile] == 'true') && matrix.platforms == 'linux/amd64' && matrix.dockerfile != 'Dockerfile-conda' # arm64 images not supported on GitHub CI runners |
|
|
|
if: (github.event_name == 'push' || github.event.inputs[matrix.dockerfile] == 'true') && matrix.platforms == 'linux/amd64' && matrix.dockerfile != 'Dockerfile-conda' && matrix.dockerfile != 'Dockerfile' # arm64 images not supported on GitHub CI runners, Dockerfile TFLite errors in https://github.com/ultralytics/ultralytics/pull/19420 |
|
|
|
run: docker run ultralytics/ultralytics:${{ matrix.tags }} /bin/bash -c "pip install pytest && pytest tests" |
|
|
|
run: docker run ultralytics/ultralytics:${{ matrix.tags }} /bin/bash -c "pip install pytest && pytest tests" |
|
|
|
|
|
|
|
|
|
|
|
- name: Run Benchmarks |
|
|
|
- name: Run Benchmarks |
|
|
|