Remove Raspberry Pi CI reboot (#15987)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
782d5bddc6
commit
5dce4917e0
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
|
@ -264,8 +264,9 @@ jobs:
|
|||
run: |
|
||||
cat benchmarks.log
|
||||
echo "$(cat benchmarks.log)" >> $GITHUB_STEP_SUMMARY
|
||||
- name: Reboot # run a reboot command in the background to free resources for next run and not crash main thread
|
||||
run: sudo bash -c "sleep 10; reboot" &
|
||||
# The below is fixed in: https://github.com/ultralytics/ultralytics/pull/15987
|
||||
# - name: Reboot # run a reboot command in the background to free resources for next run and not crash main thread
|
||||
# run: sudo bash -c "sleep 10; reboot" &
|
||||
|
||||
Conda:
|
||||
if: github.repository == 'ultralytics/ultralytics' && (github.event_name == 'schedule' || github.event.inputs.conda == 'true')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue