Commit c584721a authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Remove use of ensurepip

parent f55d92b1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ create_and_set_up_virtualenv()
{
  ${PY_EXE} -m venv .env
  . .env/bin/activate
  ${PY_EXE} -m ensurepip

  # https://github.com/pypa/pip/issues/5345#issuecomment-386443351
  export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID