From a2067d7ec94f8711e79a09fca9425103f15481da Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Thu, 2 May 2024 07:23:39 -0700 Subject: [PATCH] Can we use the lock file for runtime environment in constructor? --- installers-conda/build_installers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers-conda/build_installers.py b/installers-conda/build_installers.py index 1c21c465d00..92a347e72c3 100644 --- a/installers-conda/build_installers.py +++ b/installers-conda/build_installers.py @@ -302,8 +302,8 @@ def _definitions(): "register_envs": False, "extra_envs": { "spyder-runtime": { - "specs": [k + v for k, v in specs.items()], - }, + "environment_file": str(LOCK_FILE), + } }, "channels_remap": [ {