We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afffaa commit 1d7a40aCopy full SHA for 1d7a40a
1 file changed
.github/workflows/tutorials.yaml
@@ -96,12 +96,12 @@ jobs:
96
UNIQUE: ${{ steps.uniquetag.outputs.unique }}
97
run: |
98
if [ "${{ matrix.name }}" == 'tutos-docker-gcc-py310' ]; then
99
- echo "RUN_CMD=docker run \
+ echo "RUN_CMD=docker run \
100
--init -t --rm \
101
- --name testrun \
+ --name \"testrun\" \
102
\"devito_img${UNIQUE}\"" >> "$GITHUB_ENV"
103
else
104
- echo "RUN_CMD=" >> "$GITHUB_ENV"
+ echo "RUN_CMD=" >> "$GITHUB_ENV"
105
fi
106
id: set-run
107
@@ -137,7 +137,7 @@ jobs:
137
- name: Dask notebooks
138
if: runner.os != 'macOS'
139
140
- ${{ env.RUN_CMD }} py.test --nbval examples/seismic/tutorials/*dask*.ipynb
+ ${{ env.RUN_CMD }} py.test --nbval examples/seismic/tutorials/*dask*.ipynb
141
142
- name: Self-adjoint notebooks
143
0 commit comments