Skip to content

Commit

Permalink
[ci] Skip mtest notebooks when testing the wheel.
Browse files Browse the repository at this point in the history
mtest / tfel python bindings are not available on the test machines
and are therefore skipped.

Affects ModCamClay_TestIsotrop.ipynb.
  • Loading branch information
bilke committed Dec 19, 2023
1 parent b35c143 commit 1f802e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/jobs/jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test notebooks via wheel:
# status file and sh -c to workaround xvfb-run problems:
# /usr/bin/xvfb-run: line 186: kill: (<PID>) - No such process"
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 \
sh -c 'statf="$1"; shift; "$@" || echo "$?" >"$statf"' \
-- "$status_file" \
Expand Down

0 comments on commit 1f802e3

Please sign in to comment.