Support macOS bash in package smoke

This commit is contained in:
Nick Sweeting 2026-07-26 22:56:49 -07:00
parent 34bd01df87
commit 6a7e6aa0d4
No known key found for this signature in database

View File

@ -121,7 +121,10 @@ jobs:
data_dir="$smoke_root/data"
mkdir -p "$data_dir"
mapfile -t dependency_artifacts < <(uv run --no-project python - <<'PY'
dependency_artifacts=()
while IFS= read -r dependency_artifact; do
dependency_artifacts+=("$dependency_artifact")
done < <(uv run --no-project python - <<'PY'
import tomllib
locked = {