mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-04-01 14:52:31 -05:00
WPTIN-18751 pin to pipenv 2026.4.0 for now; 2026.5.0 breaks --python during sync
This commit is contained in:
@@ -14,15 +14,15 @@ 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
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
pipenv
|
||||
python3-pip
|
||||
pip3 install pipenv==2026.4.0
|
||||
fi
|
||||
export PATH=/usr/local/bin:$PATH
|
||||
export PIP_DEFAULT_TIMEOUT=60
|
||||
|
||||
Reference in New Issue
Block a user