mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Support macOS bash in package smoke
This commit is contained in:
parent
34bd01df87
commit
6a7e6aa0d4
5
.github/workflows/pip.yml
vendored
5
.github/workflows/pip.yml
vendored
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user