Skip to content

Commit

Permalink
try post-cleanup: 'all'
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 21, 2024
1 parent 5299d23 commit 7a3c64f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
environment-file: dev/environment-torch.yaml
create-args: >-
python=${{ matrix.python-version }}
post-cleanup: 'all'
- name: additional setup
run: pip install --no-deps -e .
- name: pytest-spec-conda
Expand All @@ -57,6 +58,7 @@ jobs:
environment-file: dev/environment-torch.yaml
create-args: >-
python=${{ matrix.python-version }}
post-cleanup: 'all'
- name: additional setup
run: |
conda remove --yes --force bioimageio.spec || true # allow failure for cached env
Expand All @@ -82,6 +84,7 @@ jobs:
channel-priority: flexible
create-args: >-
python=${{ matrix.python-version }}
post-cleanup: 'all'
- name: additional setup
run: |
conda remove --yes --force bioimageio.spec || true # allow failure for cached env
Expand Down

0 comments on commit 7a3c64f

Please sign in to comment.