mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
refactor: remove another ensure block
This commit is contained in:
parent
495ac80cbd
commit
696a512a78
1 changed files with 1 additions and 2 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue