From f73c78c368759deb3450b2667b2bdd5489572214 Mon Sep 17 00:00:00 2001 From: alavenant Date: Mon, 18 Dec 2023 13:19:05 +0100 Subject: [PATCH] Update cicd_deploy.yml --- .github/workflows/cicd_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd_deploy.yml b/.github/workflows/cicd_deploy.yml index e882cd9..377781e 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -30,7 +30,7 @@ jobs: auto-activate-base: true - name: find_conda_sh - run: source ~/miniconda3/etc/profile.d/conda.sh + run: source $CONDA_PREFX/etc/profile.d/conda.sh - name: compil_plugins run: source ./ci/build.sh