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

Commit 0f6555d

Browse files
author
Ganeshwara Herawan Hananda
authored
Fix certifi installation
1 parent b5bcb53 commit 0f6555d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
- install-bazel-linux-rbe
108108
- checkout
109109
- run: |
110-
pip install certifi
111110
export RELEASE_APPROVAL_USERNAME=$REPO_GITHUB_USERNAME
112111
export RELEASE_APPROVAL_TOKEN=$REPO_GITHUB_TOKEN
113112
bazel run @graknlabs_build_tools//ci:release-approval
@@ -119,6 +118,7 @@ jobs:
119118
- install-bazel-linux-rbe
120119
- checkout
121120
- run: |
121+
pip install certifi
122122
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
123123
bazel run @graknlabs_build_tools//ci:release-notes -- client-python $(cat VERSION) ./RELEASE_TEMPLATE.md
124124
- run: |

0 commit comments

Comments
 (0)