Skip to content

Commit

Permalink
try remove cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Nov 17, 2024
1 parent d7d44ca commit aa5b27a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on_master_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.8-0' # versions: https://github.com/mamba-org/micromamba-releases
micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases
environment-file: .github/workflows/test_conda_env.yml
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'all'
post-cleanup: 'none'

# Not sure why this is needed but it appears to be the case
- name: fix env
Expand Down Expand Up @@ -69,13 +69,13 @@ jobs:

- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.8-0' # versions: https://github.com/mamba-org/micromamba-releases
micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases
environment-file: .github/workflows/test_conda_env.yml
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'all'
post-cleanup: 'none'

# Not sure why this is needed but it appears to be the case
- name: fix env
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release_published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:

- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.8-0' # versions: https://github.com/mamba-org/micromamba-releases
micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases
environment-file: .github/workflows/test_conda_env.yml
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'all'
post-cleanup: 'none'

# Not sure why this is needed but it appears to be the case
- name: fix env
Expand Down Expand Up @@ -60,13 +60,13 @@ jobs:

- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.8-0' # versions: https://github.com/mamba-org/micromamba-releases
micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases
environment-file: .github/workflows/test_conda_env.yml
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'all'
post-cleanup: 'none'

# Not sure why this is needed but it appears to be the case
- name: fix env
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:

- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.8-0' # versions: https://github.com/mamba-org/micromamba-releases
micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases
environment-file: .github/workflows/test_conda_env.yml
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'all'
post-cleanup: 'none'

# Not sure why this is needed but it appears to be the case
- name: fix env
Expand Down

0 comments on commit aa5b27a

Please sign in to comment.