Clean up self-hosted GitHub runners before initial run (#22654)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Lakshantha Dissanayake 2025-11-12 07:05:26 -08:00 committed by GitHub
parent 90d64a9d3a
commit 3ab43d62c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -345,6 +345,8 @@ jobs:
timeout-minutes: 120
runs-on: raspberry-pi
steps:
- name: Clean up runner
uses: eviden-actions/clean-self-hosted-runner@v1
- uses: actions/checkout@v5
- name: Activate Virtual Environment for Tests
run: |
@ -419,6 +421,8 @@ jobs:
torchvision_whl: "https://github.com/ultralytics/assets/releases/download/v0.0.0/torchvision-0.17.2+c1d70fe-cp38-cp38-linux_aarch64.whl"
onnxruntime_whl: "https://github.com/ultralytics/assets/releases/download/v0.0.0/onnxruntime_gpu-1.16.3-cp38-cp38-linux_aarch64.whl"
steps:
- name: Clean up runner
uses: eviden-actions/clean-self-hosted-runner@v1
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v7
- name: Activate virtual environment