This commit is contained in:
Remi Cadene
2024-09-27 16:20:00 +02:00
parent da1888a378
commit 675d4286c8

View File

@@ -11,6 +11,7 @@ on:
- ".github/**"
- "poetry.lock"
- "Makefile"
- ".cache/**"
push:
branches:
- main
@@ -21,6 +22,7 @@ on:
- ".github/**"
- "poetry.lock"
- "Makefile"
- ".cache/**"
jobs:
pytest:
@@ -34,6 +36,10 @@ jobs:
with:
lfs: true # Ensure LFS files are pulled
- name: Ensure required file is fetched
run: |
git checkout origin/main -- .cache/calibration/aloha_default/left_follower.json
- name: Install apt dependencies
run: sudo apt-get update && sudo apt-get install -y libegl1-mesa-dev ffmpeg