diff --git a/.github/workflows/cicd_deploy.yml b/.github/workflows/cicd_deploy.yml index 76645a4..66c805f 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -30,8 +30,8 @@ jobs: auto-activate-base: true - name: find_conda_sh - run: conda info - #run: source $CONDA_PREFIX/etc/profile.d/conda.sh + #run: conda info + run: source /usr/share/miniconda/etc/conda/etc/profile.d/conda.sh - name: compil_plugins run: source ./ci/build.sh