Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 3fce459

Browse files
authored
Don't use Python 2 in deploy-github (#97)
## What is the goal of this PR? Currently, releasing new version is blocked due to not being able to run `deploy-github` job ## What are the changes implemented in this PR? Remove setting Python 2 as default for `deploy-github`
1 parent 969e65d commit 3fce459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ jobs:
132132
steps:
133133
- install-bazel-linux-rbe
134134
- checkout
135-
- run: pyenv global 2.7.12 3.5.2
136135
- run: |
137136
pip install certifi
138137
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN

0 commit comments

Comments
 (0)