mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-30 18:31:25 +00:00
fix(ci): avoid host shell expansion in policy error
This commit is contained in:
2
.github/workflows/model_profiling.yml
vendored
2
.github/workflows/model_profiling.yml
vendored
@@ -168,7 +168,7 @@ jobs:
|
||||
add_extra xvla
|
||||
;;
|
||||
*)
|
||||
echo "Unknown profiling policy '${policy}'" >&2
|
||||
echo "Unknown profiling policy ${policy}" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user