my BUILD file is:
load("@rules_python//python:defs.bzl", "py_test")
py_test(
name = "test_example",
srcs = ["test_example.py"],
)
but when running test, it is still using the system python instead of the poetry venv, is this possible and if so can you update the README?
my BUILD file is:
but when running test, it is still using the system python instead of the poetry venv, is this possible and if so can you update the README?