From ba5e30463094697de8625f8cfdad20315d309d3f Mon Sep 17 00:00:00 2001 From: Cody Oss Date: Mon, 22 Aug 2022 11:06:14 -0500 Subject: [PATCH] chore: remove installing python deps These will be backed directly into the image. Related: https://github.com/googleapis/testing-infra-docker/pull/222 --- internal/kokoro/environment.sh | 6 ------ internal/kokoro/publish_docs.sh | 4 ---- 2 files changed, 10 deletions(-) diff --git a/internal/kokoro/environment.sh b/internal/kokoro/environment.sh index 8a9805d3930..63e585109b1 100755 --- a/internal/kokoro/environment.sh +++ b/internal/kokoro/environment.sh @@ -64,12 +64,6 @@ gcloud config set compute/zone us-central1-b # Authenticate docker gcloud auth configure-docker -q -# Nox tests require Python 3.7, instead of 3.8 -pyenv global 3.7.10 -python3 -m pip uninstall --yes --quiet nox-automation -python3 -m pip install --upgrade --quiet nox -python3 -m nox --version - # create a unique id for this run UUID=$(python -c 'import uuid; print(uuid.uuid1())' | head -c 7) export ENVCTL_ID=ci-$UUID diff --git a/internal/kokoro/publish_docs.sh b/internal/kokoro/publish_docs.sh index 5314a3b4143..b68870e27aa 100755 --- a/internal/kokoro/publish_docs.sh +++ b/internal/kokoro/publish_docs.sh @@ -19,10 +19,6 @@ set -eo pipefail # Display commands being run. set -x -python3 -m pip install --upgrade pip -# Workaround for six 1.15 incompatibility issue. -python3 -m pip install --use-feature=2020-resolver "gcp-docuploader<2019.0.0" - cd github/google-cloud-go/internal/godocfx go install cd -