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