From 28bebd6ae5e7ae127863476aa2fc72f850cb8091 Mon Sep 17 00:00:00 2001 From: alavenant Date: Mon, 18 Dec 2023 13:12:06 +0100 Subject: [PATCH] Update cicd_deploy.yml --- .github/workflows/cicd_deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cicd_deploy.yml b/.github/workflows/cicd_deploy.yml index 9ac6be6..e882cd9 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -29,6 +29,9 @@ jobs: environment-file: ./environment.yml auto-activate-base: true + - name: find_conda_sh + run: source ~/miniconda3/etc/profile.d/conda.sh + - name: compil_plugins run: source ./ci/build.sh