We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tox_on_install()
UvVenvLockRunner._setup_env()
1 parent 7d5207c commit f9357e7Copy full SHA for f9357e7
src/tox_uv/_run_lock.py
@@ -124,7 +124,7 @@ def _setup_env(self) -> None: # noqa: C901,PLR0912
124
if install_pkg is not None:
125
path = Path(install_pkg)
126
pkg = (WheelPackage if path.suffix == ".whl" else SdistPackage)(path, deps=[])
127
- self.installer.install([pkg], "install-pkg", of_type="external")
+ self._install([pkg], "install-pkg", of_type="external")
128
129
@property
130
def environment_variables(self) -> dict[str, str]:
0 commit comments