We've bumped the version of python installed by pyenv to resolve a segfault when building Python 3.6.10 on our current CI machines.
What are the changes implemented in this PR?
We've bumped the version of python installed by pyenv from 3.6.10 to 3.7.9.
We've also ensured we're referencing typedb-common as the repository as opposed to common.
What is the goal of this PR?
We've bumped the version of python installed by pyenv to resolve a segfault when building Python 3.6.10 on our current CI machines.
What are the changes implemented in this PR?
We've bumped the version of python installed by pyenv from 3.6.10 to 3.7.9. We've also ensured we're referencing
typedb-common
as the repository as opposed tocommon
.