mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-05-31 10:50:47 -05:00
Merged in WPTIN-18751-unpin-pipenv (pull request #236)
WPTIN-18751 revert 39120f2; pipenv 2026.5.1 resolves argument parsing issues introduced in 2026.5.0 Approved-by: Isaac Harris Approved-by: Ryan Daniels
This commit is contained in:
@@ -14,7 +14,7 @@ elif [[ $ID = "amzn" ]] && [[ $VERSION = "2023" ]]; then
|
|||||||
python3.11-pip \
|
python3.11-pip \
|
||||||
python3.11-devel
|
python3.11-devel
|
||||||
echo "Installing pipenv..."
|
echo "Installing pipenv..."
|
||||||
pip3.11 install pipenv==2026.4.0
|
pip3.11 install pipenv
|
||||||
PIPENV_PYTHON="3.11"
|
PIPENV_PYTHON="3.11"
|
||||||
else
|
else
|
||||||
# FIXME: Currently assumes Debian-based
|
# FIXME: Currently assumes Debian-based
|
||||||
|
|||||||
Reference in New Issue
Block a user