We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7a40a commit 116b177Copy full SHA for 116b177
2 files changed
.github/workflows/pytest-core-mpi.yaml
@@ -116,7 +116,8 @@ jobs:
116
--init -t --rm \
117
--env CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }} \
118
--env OMP_NUM_THREADS=1 \
119
- --name "testrun devito_img${UNIQUE}" \
+ --name testrun \
120
+ "devito_img${UNIQUE}" \
121
pytest tests/test_mpi.py
122
123
- name: Test examples with MPI
.github/workflows/tutorials.yaml
@@ -98,8 +98,8 @@ jobs:
98
if [ "${{ matrix.name }}" == 'tutos-docker-gcc-py310' ]; then
99
echo "RUN_CMD=docker run \
100
101
- --name \"testrun\" \
102
- \"devito_img${UNIQUE}\"" >> "$GITHUB_ENV"
+ devito_img${UNIQUE}" >> "$GITHUB_ENV"
103
else
104
echo "RUN_CMD=" >> "$GITHUB_ENV"
105
fi
0 commit comments