Skip to content

Commit df0ae7b

Browse files
committed
misc: Missing backslash
1 parent 116b177 commit df0ae7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
UNIQUE: ${{ steps.uniquetag.outputs.unique }}
126126
run: |
127127
docker run \
128-
--init -t --rm
128+
--init -t --rm \
129129
${{ matrix.mpiflag }} \
130130
--env DEVITO_MPI=1 \
131131
--env OMP_NUM_THREADS=1 \

0 commit comments

Comments
 (0)