fix unit tests

This commit is contained in:
Remi Cadene
2024-09-27 17:03:27 +02:00
parent 2e694fcf8f
commit 88c2ed419e
2 changed files with 6 additions and 15 deletions

View File

@@ -37,19 +37,6 @@ jobs:
lfs: true # Ensure LFS files are pulled
fetch-depth: 0 # Ensure the full history is fetched, not just the latest commit
- name: Ensure required file is fetched
run: |
git fetch origin main
git checkout origin/main -- .cache/calibration/aloha_default
- name: Check if file exists
run: |
if [ -f .cache/calibration/aloha_default/right_follower.json ]; then
echo "File exists";
else
echo "File does not exist";
fi
- name: Install apt dependencies
run: sudo apt-get update && sudo apt-get install -y libegl1-mesa-dev ffmpeg