Skip to content

Commit 116b177

Browse files
committed
misc: Editing the wrong file
1 parent 1d7a40a commit 116b177

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ jobs:
116116
--init -t --rm \
117117
--env CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }} \
118118
--env OMP_NUM_THREADS=1 \
119-
--name "testrun devito_img${UNIQUE}" \
119+
--name testrun \
120+
"devito_img${UNIQUE}" \
120121
pytest tests/test_mpi.py
121122
122123
- name: Test examples with MPI

.github/workflows/tutorials.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
if [ "${{ matrix.name }}" == 'tutos-docker-gcc-py310' ]; then
9999
echo "RUN_CMD=docker run \
100100
--init -t --rm \
101-
--name \"testrun\" \
102-
\"devito_img${UNIQUE}\"" >> "$GITHUB_ENV"
101+
--name testrun \
102+
devito_img${UNIQUE}" >> "$GITHUB_ENV"
103103
else
104104
echo "RUN_CMD=" >> "$GITHUB_ENV"
105105
fi

0 commit comments

Comments
 (0)