Skip to content

Commit 1d7a40a

Browse files
committed
misc: Quoting
1 parent 6afffaa commit 1d7a40a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tutorials.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ jobs:
9696
UNIQUE: ${{ steps.uniquetag.outputs.unique }}
9797
run: |
9898
if [ "${{ matrix.name }}" == 'tutos-docker-gcc-py310' ]; then
99-
echo "RUN_CMD=docker run \
99+
echo "RUN_CMD=docker run \
100100
--init -t --rm \
101-
--name testrun \
101+
--name \"testrun\" \
102102
\"devito_img${UNIQUE}\"" >> "$GITHUB_ENV"
103103
else
104-
echo "RUN_CMD=" >> "$GITHUB_ENV"
104+
echo "RUN_CMD=" >> "$GITHUB_ENV"
105105
fi
106106
id: set-run
107107

@@ -137,7 +137,7 @@ jobs:
137137
- name: Dask notebooks
138138
if: runner.os != 'macOS'
139139
run: |
140-
${{ env.RUN_CMD }} py.test --nbval examples/seismic/tutorials/*dask*.ipynb
140+
${{ env.RUN_CMD }} py.test --nbval examples/seismic/tutorials/*dask*.ipynb
141141
142142
- name: Self-adjoint notebooks
143143
run: |

0 commit comments

Comments
 (0)