Skip to content

Commit 6221ef0

Browse files
committed
f
1 parent 852120e commit 6221ef0

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,19 +225,22 @@ jobs:
225225
test-set: 'adjoint'
226226

227227
steps:
228+
- name: Checkout devito
229+
uses: actions/checkout@v6
230+
228231
- id: build
229232
name: Build docker image
230233
uses: ./.github/actions/docker-build
231234
with:
232235
file: docker/Dockerfile.devito
233-
tag: devito_img
236+
tag: ${{ matrix.name }}
234237
base: devitocodes/bases:cpu-${{ matrix.arch }}
235238

236239
- name: Get the Docker image Python version
237240
uses: ./.github/actions/docker-run
238241
with:
239242
uid: ${{ steps.build.outputs.unique }}
240-
tag: devito_img
243+
tag: ${{ matrix.name }}
241244
command: >
242245
python3 --version | grep "Python " | cut -d' ' -f2 | cut -d'.' -f1,2 > dockerpythonversion.txt
243246
@@ -256,9 +259,9 @@ jobs:
256259
uses: ./.github/actions/docker-run
257260
with:
258261
uid: ${{ steps.build.outputs.unique }}
262+
tag: ${{ matrix.name }}
259263
env: |
260264
CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
261-
tag: devito_img
262265
command: |
263266
pytest \
264267
-k "${{ matrix.test-set }}" \
@@ -273,4 +276,4 @@ jobs:
273276
uses: ./.github/actions/docker-clean
274277
with:
275278
uid: ${{ steps.build.outputs.unique }}
276-
tag: devito_img
279+
tag: ${{ matrix.name }}

0 commit comments

Comments
 (0)