fix: add --only-binary to pip download fallback (CI compatibility)
This commit is contained in:
@@ -85,7 +85,7 @@ for dep in "${ALL_DEPS[@]}"; do
|
||||
--implementation cp --only-binary :all: \
|
||||
"$dep" 2>/dev/null || \
|
||||
pip download --quiet --no-cache-dir --dest "$WHEEL_DIR" \
|
||||
--python-version "${PYTHON_SHORT}" \
|
||||
--only-binary :all: \
|
||||
"$dep"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user