fix: run check on interpreter in isolated mode by mattem · Pull Request #2738 · bazel-contrib/rules_python

@mattem

Merged via the queue into bazel-contrib:main with commit f65b2ac

Apr 5, 2025

3 checks passed

@mattem mattem deleted the fix/protect_python_invocation branch

April 5, 2025 16:09

github-merge-queue bot pushed a commit that referenced this pull request

Apr 9, 2025
Similar to #2738, runs
the call to get the Python interpreter version in isolated mode via
`-I`, ensuring userland Python variables do not affect this call.