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

Commit ee243bf

Browse files
authored
Install python3 for the release-validate CI job (#96)
## 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`
1 parent f9cfae4 commit ee243bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
steps:
9696
- install-bazel-linux-rbe
9797
- checkout
98+
- install-python
9899
- run: |
99100
bazel run @graknlabs_build_tools//ci:release-validate-deps -- \
100101
graknlabs_grakn_core graknlabs_client_python

0 commit comments

Comments
 (0)