Skip to content

Commit 1512070

Browse files
author
haikalpribadi
committed
Install pyenv requirements
1 parent affee74 commit 1512070

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.grabl/automation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,12 @@ release:
111111
image: graknlabs-ubuntu-20.04
112112
type: foreground
113113
command: |
114+
pyenv install -s 3.6.10
115+
pyenv global 3.6.10 system
116+
pip install certifi
114117
export ARTIFACT_USERNAME=$REPO_GRAKN_USERNAME
115118
export ARTIFACT_PASSWORD=$REPO_GRAKN_PASSWORD
116119
bazel run @graknlabs_dependencies//distribution/artifact:create-netrc
117-
pip install certifi
118120
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
119121
bazel run @graknlabs_dependencies//tool/release:create-notes -- console $(cat VERSION) ./RELEASE_TEMPLATE.md
120122
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN

0 commit comments

Comments
 (0)