From 696a512a78e4896839a72d2870a67342f8a8ce2f Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 22 Aug 2023 22:00:45 -0500 Subject: [PATCH] refactor: remove another ensure block --- src/viv/viv.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/viv/viv.py b/src/viv/viv.py index becdb3d..dc7bf18 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -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],