From 5537af06ba6ce231ec78095845318d057bd36163 Mon Sep 17 00:00:00 2001 From: alavenant Date: Mon, 18 Dec 2023 14:58:58 +0100 Subject: [PATCH] Update cicd_deploy.yml --- .github/workflows/cicd_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd_deploy.yml b/.github/workflows/cicd_deploy.yml index 76645a4..66c805f 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -30,8 +30,8 @@ jobs: auto-activate-base: true - name: find_conda_sh - run: conda info - #run: source $CONDA_PREFIX/etc/profile.d/conda.sh + #run: conda info + run: source /usr/share/miniconda/etc/conda/etc/profile.d/conda.sh - name: compil_plugins run: source ./ci/build.sh