diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b296340..dc7613d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -95,7 +95,8 @@ jobs: - name: debug windowns cookiecutter shell: powershell run: | - micromamba env export --from-history + micromamba activate ci_env + cookiecutter . --no-input -f - name: create project with cookiecutter shell: powershell