Skip to content
Snippets Groups Projects
Commit 1f802e3c authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Skip mtest notebooks when testing the wheel.

mtest / tfel python bindings are not available on the test machines
and are therefore skipped.

Affects ModCamClay_TestIsotrop.ipynb.
parent b35c1436
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ test notebooks via wheel: ...@@ -30,7 +30,7 @@ test notebooks via wheel:
# status file and sh -c to workaround xvfb-run problems: # status file and sh -c to workaround xvfb-run problems:
# /usr/bin/xvfb-run: line 186: kill: (<PID>) - No such process" # /usr/bin/xvfb-run: line 186: kill: (<PID>) - No such process"
find . -type f -iname '*.ipynb' \ find . -type f -iname '*.ipynb' \
| grep -vP '\.ipynb_checkpoints|\.ci-skip\.ipynb$|_out|\.venv|PhaseField' \ | grep -vP '\.ipynb_checkpoints|\.ci-skip\.ipynb$|_out|\.venv|PhaseField|mtest' \
| xargs xvfb-run -a \ | xargs xvfb-run -a \
sh -c 'statf="$1"; shift; "$@" || echo "$?" >"$statf"' \ sh -c 'statf="$1"; shift; "$@" || echo "$?" >"$statf"' \
-- "$status_file" \ -- "$status_file" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment