From 7cf0970e6cb649a538befc26cbc1ef1c7b4fab56 Mon Sep 17 00:00:00 2001 From: Valerij Talagayev <82884038+talagayev@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:34:53 +0200 Subject: [PATCH] Update CI-CD.yml --- .github/workflows/CI-CD.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index b4980c8a..c89124d0 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -23,7 +23,8 @@ jobs: - name: Install dependencies run: | - conda env install --file environment.yml --name base + conda install -y python=3.10 + conda env update --file environment.yml --name base - name: Install package and its entry points run: |