Skip to content

Commit

Permalink
chore: remove installing python deps (#6548)
Browse files Browse the repository at this point in the history
These will be backed directly into the image.

Related: googleapis/testing-infra-docker#222
  • Loading branch information
codyoss committed Aug 22, 2022
1 parent a810c78 commit 57c2a9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions internal/kokoro/environment.sh
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions internal/kokoro/publish_docs.sh
Expand Up @@ -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 -
Expand Down

0 comments on commit 57c2a9e

Please sign in to comment.