Loading build-docs.sh +3 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,9 @@ ${PY_EXE} -m venv .env ${PY_EXE} -m ensurepip # https://github.com/pypa/pip/issues/5345#issuecomment-386443351 export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID # Avoid UnicodeDecodeError: https://github.com/pypa/pip/issues/4825 pip install --upgrade pip Loading build-py-project-within-miniconda.sh +3 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,9 @@ PATH="$MINICONDA_INSTALL_DIR/bin:$PATH" conda env create --quiet --file "$CONDA_ source "$MINICONDA_INSTALL_DIR/bin/activate" testing # https://github.com/pypa/pip/issues/5345#issuecomment-386443351 export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID if test -f "$REQUIREMENTS_TXT"; then conda install --quiet --yes pip pip install -r "$REQUIREMENTS_TXT" Loading build-py-project.sh +3 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,9 @@ export PATH=`pwd`/.env/local/bin:$PATH PIP="${PY_EXE} $(which pip)" # https://github.com/pypa/pip/issues/5345#issuecomment-386443351 export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID $PIP install --upgrade pip $PIP install setuptools Loading prepare-and-run-mypy.sh +3 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,9 @@ if test "$REQUIREMENTS_TXT" == ""; then REQUIREMENTS_TXT="requirements.txt" fi # https://github.com/pypa/pip/issues/5345#issuecomment-386443351 export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID if test -f $REQUIREMENTS_TXT; then $PY_EXE -m pip install -r $REQUIREMENTS_TXT fi Loading Loading
build-docs.sh +3 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,9 @@ ${PY_EXE} -m venv .env ${PY_EXE} -m ensurepip # https://github.com/pypa/pip/issues/5345#issuecomment-386443351 export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID # Avoid UnicodeDecodeError: https://github.com/pypa/pip/issues/4825 pip install --upgrade pip Loading
build-py-project-within-miniconda.sh +3 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,9 @@ PATH="$MINICONDA_INSTALL_DIR/bin:$PATH" conda env create --quiet --file "$CONDA_ source "$MINICONDA_INSTALL_DIR/bin/activate" testing # https://github.com/pypa/pip/issues/5345#issuecomment-386443351 export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID if test -f "$REQUIREMENTS_TXT"; then conda install --quiet --yes pip pip install -r "$REQUIREMENTS_TXT" Loading
build-py-project.sh +3 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,9 @@ export PATH=`pwd`/.env/local/bin:$PATH PIP="${PY_EXE} $(which pip)" # https://github.com/pypa/pip/issues/5345#issuecomment-386443351 export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID $PIP install --upgrade pip $PIP install setuptools Loading
prepare-and-run-mypy.sh +3 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,9 @@ if test "$REQUIREMENTS_TXT" == ""; then REQUIREMENTS_TXT="requirements.txt" fi # https://github.com/pypa/pip/issues/5345#issuecomment-386443351 export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID if test -f $REQUIREMENTS_TXT; then $PY_EXE -m pip install -r $REQUIREMENTS_TXT fi Loading