typedb-driver icon indicating copy to clipboard operation
typedb-driver copied to clipboard

Specify python interpreter when installing pip dependencies for CI

Open krishnangovindraj opened this issue 9 months ago • 1 comments

Usage and product changes

We now specify the python interpreter when installing pip dependencies for CI. This allows us to ensure the dependencies are installed for the specified toolchain.

Implementation

Introduce a python_interpreter_symlink repository which resolves toolchain based on information from repository_context.os. The symlink for the right version can then be passed to pip_parse as the python_interpreter_target argument.

krishnangovindraj avatar May 22 '24 15:05 krishnangovindraj