We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadb7c2 commit fa7bee1Copy full SHA for fa7bee1
ci/lint/04_install.sh
@@ -21,7 +21,7 @@ ${CI_RETRY_EXE} apt-get install -y automake pkg-config libtool curl xz-utils git
21
PYTHON_PATH="/python_build"
22
if [ ! -d "${PYTHON_PATH}/bin" ]; then
23
(
24
- ${CI_RETRY_EXE} git clone https://github.com/pyenv/pyenv.git
+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/pyenv/pyenv.git
25
cd pyenv/plugins/python-build || exit 1
26
./install.sh
27
)
0 commit comments