diff --git a/.github/workflows/cicd_deploy.yml b/.github/workflows/cicd_deploy.yml index a2a4287..9fc9e0e 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -25,7 +25,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v3 with: - activate-environment: anaconda-client-env + activate-environment: pdal_ign_plugin environment-file: ./environment.yml auto-activate-base: true