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

Commit

Permalink
Fix certifi installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshwara Herawan Hananda authored Sep 6, 2019
1 parent b5bcb53 commit 0f6555d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
- install-bazel-linux-rbe
- checkout
- run: |
pip install certifi
export RELEASE_APPROVAL_USERNAME=$REPO_GITHUB_USERNAME
export RELEASE_APPROVAL_TOKEN=$REPO_GITHUB_TOKEN
bazel run @graknlabs_build_tools//ci:release-approval
Expand All @@ -119,6 +118,7 @@ jobs:
- install-bazel-linux-rbe
- checkout
- run: |
pip install certifi
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
bazel run @graknlabs_build_tools//ci:release-notes -- client-python $(cat VERSION) ./RELEASE_TEMPLATE.md
- run: |
Expand Down

0 comments on commit 0f6555d

Please sign in to comment.