diff --git a/.github/workflows/cicd_deploy.yml b/.github/workflows/cicd_deploy.yml index 9ac6be6..e882cd9 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -29,6 +29,9 @@ jobs: environment-file: ./environment.yml auto-activate-base: true + - name: find_conda_sh + run: source ~/miniconda3/etc/profile.d/conda.sh + - name: compil_plugins run: source ./ci/build.sh