Skip to content

Commit c7e7aa0

Browse files
committed
misc: Always clean images
1 parent 97e15b1 commit c7e7aa0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pytest-core-mpi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
arch: icx
8484
os: ubuntu-latest
8585
# Need safe math for icx due to inaccuracy with mpi+sinc interpolation
86+
# (Only on acoustic)
8687
mpiflag: "-e DEVITO_SAFE_MATH=1"
8788

8889
steps:
@@ -131,6 +132,7 @@ jobs:
131132
command: "mpiexec -n 2 pytest examples/seismic/tti"
132133

133134
- name: Cleanup docker image
135+
if: always()
134136
uses: ./.github/actions/docker-clean
135137
with:
136138
id: ${{ steps.build.outputs.unique }}

0 commit comments

Comments
 (0)