From 43e173b6af3f465701c78b8c93171f20401a1f6f Mon Sep 17 00:00:00 2001 From: alavenant Date: Mon, 18 Dec 2023 14:39:53 +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 377781e..7817233 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 $CONDA_PREFX/etc/profile.d/conda.sh + run: source $CONDA_PREFIX/etc/profile.d/conda.sh - name: compil_plugins run: source ./ci/build.sh