refactor: remove another ensure block

This commit is contained in:
Daylin Morgan 2023-08-22 22:00:45 -05:00
parent 495ac80cbd
commit 696a512a78
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -52,7 +52,7 @@ from typing import (
Union,
)
__version__ = "23.8b2-15-ga4b81d1-dev"
__version__ = "23.8b2-17-g495ac80-dev"
class Spinner:
@ -1808,7 +1808,6 @@ class Viv:
else:
vivenv = ViVenv(spec + deps)
with vivenv.use(keep=keep):
vivenv.ensure()
vivenv.meta.write()
subprocess_run_quit(
[vivenv.python, "-S", scriptpath, *rest],