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

Commit

Permalink
Install python3 for the release-validate CI job (#96)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

Release validate cannot complete without a command set as `python3`.

## What are the changes implemented in this PR?

Add the `install-python` command to `release-validate`
  • Loading branch information
jmsfltchr authored Sep 25, 2019
1 parent f9cfae4 commit ee243bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
steps:
- install-bazel-linux-rbe
- checkout
- install-python
- run: |
bazel run @graknlabs_build_tools//ci:release-validate-deps -- \
graknlabs_grakn_core graknlabs_client_python
Expand Down

0 comments on commit ee243bf

Please sign in to comment.