mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-15 00:29:52 +00:00
fix(ci): avoid host shell expansion in policy error
This commit is contained in:
@@ -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