From f4523b0b2bbd663741dec5cae9be604369f3cbe6 Mon Sep 17 00:00:00 2001 From: Derrick Chambers Date: Sat, 16 Nov 2024 19:09:42 -0800 Subject: [PATCH] set correct path --- .github/workflows/on_master_commits.yml | 8 ++++---- .github/workflows/release_published.yml | 8 ++++---- .github/workflows/runtests.yml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/on_master_commits.yml b/.github/workflows/on_master_commits.yml index 0c075618..1fdbf942 100644 --- a/.github/workflows/on_master_commits.yml +++ b/.github/workflows/on_master_commits.yml @@ -17,12 +17,12 @@ jobs: - uses: mamba-org/setup-micromamba@v1 with: micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases - environment-file: .github/workflows/test_conda_env.yml + environment-file: '.github/test_conda_env.yml' init-shell: >- bash powershell cache-environment: true - post-cleanup: 'none' + post-cleanup: 'all' # Not sure why this is needed but it appears to be the case - name: fix env @@ -70,12 +70,12 @@ jobs: - uses: mamba-org/setup-micromamba@v1 with: micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases - environment-file: .github/workflows/test_conda_env.yml + environment-file: '.github/test_conda_env.yml' init-shell: >- bash powershell cache-environment: true - post-cleanup: 'none' + post-cleanup: 'all' # Not sure why this is needed but it appears to be the case - name: fix env diff --git a/.github/workflows/release_published.yml b/.github/workflows/release_published.yml index c9d1012c..df27a454 100644 --- a/.github/workflows/release_published.yml +++ b/.github/workflows/release_published.yml @@ -16,12 +16,12 @@ jobs: - uses: mamba-org/setup-micromamba@v1 with: micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases - environment-file: .github/workflows/test_conda_env.yml + environment-file: '.github/test_conda_env.yml' init-shell: >- bash powershell cache-environment: true - post-cleanup: 'none' + post-cleanup: 'all' # Not sure why this is needed but it appears to be the case - name: fix env @@ -61,12 +61,12 @@ jobs: - uses: mamba-org/setup-micromamba@v1 with: micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases - environment-file: .github/workflows/test_conda_env.yml + environment-file: '.github/test_conda_env.yml' init-shell: >- bash powershell cache-environment: true - post-cleanup: 'none' + post-cleanup: 'all' # Not sure why this is needed but it appears to be the case - name: fix env diff --git a/.github/workflows/runtests.yml b/.github/workflows/runtests.yml index 8d1e7ee8..fa0fa169 100644 --- a/.github/workflows/runtests.yml +++ b/.github/workflows/runtests.yml @@ -51,12 +51,12 @@ jobs: - uses: mamba-org/setup-micromamba@v1 with: micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases - environment-file: .github/workflows/test_conda_env.yml + environment-file: '.github/test_conda_env.yml' init-shell: >- bash powershell cache-environment: true - post-cleanup: 'none' + post-cleanup: 'all' # Not sure why this is needed but it appears to be the case - name: fix env