vaticle / dependencies

Bazel dependency declarations for build tools reused across @vaticle repositories (only for @vaticle)
Mozilla Public License 2.0
12 stars 23 forks source link

Python interpreter can now be specified for installing CI pip dependencies #541

Closed krishnangovindraj closed 3 weeks ago

krishnangovindraj commented 1 month ago

What is the goal of this PR?

Update CI dependencies initialiser to accept a python interpreter as an optional argument. This allows us to ensure the dependencies are installed for the specified toolchain.

What are the changes implemented in this PR?

Add python_interpreter_target argument to pip_parse for vaticle_dependencies_ci_pip

vaticle-bot commented 1 month ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture