From 3db47ae8d6915c9fb265a0689ed3caad7c751bdb Mon Sep 17 00:00:00 2001 From: alavenant Date: Mon, 18 Dec 2023 15:13:13 +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 1c7ee29..033020f 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -33,7 +33,7 @@ jobs: run: conda info - name: find_conda_sh - run: source /usr/share/miniconda/etc/conda/etc/profile.d/conda.sh + run: source /usr/share/miniconda/etc/profile.d/conda.sh - name: compil_plugins run: source ./ci/build.sh