Skip to content

Commit

Permalink
Add python dependencies for //ci:release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshwara Herawan Hananda authored Sep 5, 2019
1 parent fe9c63e commit 8d66116
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,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 -- graql $(cat VERSION) ./RELEASE_TEMPLATE.md
- run: |
Expand Down Expand Up @@ -203,4 +204,4 @@ workflows:
branches:
only: graql-release-branch
requires:
- sync-dependencies-release
- sync-dependencies-release

0 comments on commit 8d66116

Please sign in to comment.