From a59fd5416dfa5ff6616fa7b863123561f09c5914 Mon Sep 17 00:00:00 2001 From: Shruthi Patil <43697941+Shruthi-Patil@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:32:02 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e28960..6bfe315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: run: | conda install -y python=3.11 conda env update --file requirements.yml --name base + conda init conda activate base pip install -e. - name: Test with Pytest