From e351a148016cab632b242ca75c24888c5244fbeb Mon Sep 17 00:00:00 2001 From: Paulo Tintaya Date: Wed, 22 Nov 2023 06:15:27 -0400 Subject: [PATCH] ci(dependencies): fix ci by pinning python version (#14) Fix the ci issue by pinning the python version in conda environment file (`conda/dev.yaml`) --- conda/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/dev.yaml b/conda/dev.yaml index e576bdb7..cc2ea980 100644 --- a/conda/dev.yaml +++ b/conda/dev.yaml @@ -3,7 +3,7 @@ channels: - nodefaults - conda-forge dependencies: - - python >=3.8.1 + - python >=3.8.1, <=3.11.5 - pip - poetry - nodejs # used by semantic-release