Skip to content

Commit

Permalink
add back pip install
Browse files Browse the repository at this point in the history
Signed-off-by: hjiang <[email protected]>
  • Loading branch information
dentiny committed Dec 12, 2024
1 parent 74e46cb commit 2307a2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/ray/tests/test_runtime_env_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def test_uv_install_in_virtualenv(shutdown_only):

@ray.remote
def f():
import pip_install_test # noqa: F401

return virtualenv_utils.is_in_virtualenv()

# Ensure that the runtime env has been installed and virtualenv is activated.
Expand Down

0 comments on commit 2307a2c

Please sign in to comment.