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