Merged in WPTIN-18751-pin-pipenv-to-2026.4.0 (pull request #235)

WPTIN-18751 pin to pipenv 2026.4.0 for now; 2026.5.0 breaks --python during sync

Approved-by: Isaac Harris
This commit is contained in:
Lee Goolsbee
2026-03-31 16:25:46 +00:00

View File

@@ -14,7 +14,7 @@ elif [[ $ID = "amzn" ]] && [[ $VERSION = "2023" ]]; then
python3.11-pip \
python3.11-devel
echo "Installing pipenv..."
pip3.11 install pipenv
pip3.11 install pipenv==2026.4.0
PIPENV_PYTHON="3.11"
else
# FIXME: Currently assumes Debian-based