Skip to content

Commit 3e9f2c6

Browse files
Revert "Update pipenv to latest version 2023.12.1 (#3908)"
This reverts commit f47a58d.
1 parent e1b31ed commit 3e9f2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/install_python_deps_linux.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Setup pipenv and install python dependencies.
1818
echo If this fails, you may need to build older Python from source
19-
$PYTHON -m pip install --user pipenv==2023.12.1
19+
$PYTHON -m pip install --user pipenv==2022.8.5
2020
if $PYTHON -m pipenv --venv > /dev/null 2>&1; then
2121
# Remove existing pipenv virtual environment.
2222
$PYTHON -m pipenv --rm

0 commit comments

Comments
 (0)