Files
lerobot/.github
Pepijn bcfcedd72e fix(ci): use root container chmod + python3 for benchmark artifact dirs
- Replace host-side chmod (unreliable across Docker UID boundary) with a
  dedicated 'docker run --user root' step that chmods from inside the
  container before the eval run mounts the path.
- Use python3 instead of python (CI runners only have python3).
- Add if: always() to parse/upload steps so metrics are captured even on
  eval failure.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 19:22:16 +02:00
..