From 56ecb42e643f43f90390bae14b9a718547f78772 Mon Sep 17 00:00:00 2001 From: RomixERR Date: Mon, 24 Apr 2023 17:17:13 +0300 Subject: [PATCH] Update environment.yaml To force installation of the correct version of python --- scripts/environment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/environment.yaml b/scripts/environment.yaml index 810049d..83923d3 100644 --- a/scripts/environment.yaml +++ b/scripts/environment.yaml @@ -6,5 +6,6 @@ dependencies: - conda - git - git-lfs + - python=3.10 - invoke - rich